aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..bd321fd
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,14 @@
1[package]
2name = "itmo_queue_server"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7axum = "0.8.4"
8serde = { version = "1.0.219", features = ["derive"] }
9serde_json = "1.0.143"
10tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
11tower = "0.5.2"
12tower-http = { version = "0.6.6", features = ["trace"] }
13tracing = "0.1.41"
14tracing-subscriber = "0.3.19"