aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-10-22 17:00:28 +0300
committerTolmachev Igor <me@igorek.dev>2025-10-22 17:00:28 +0300
commite864d2653d50ba1c920776aaa14a1625c9fc9da4 (patch)
tree4e4089d3fc249f9b4a64a9866b48a0e1f5de844b /Cargo.toml
parent67ed4e6bb82ac2645f9b7a014a8d635d7b80e821 (diff)
downloadqueue_server-e864d2653d50ba1c920776aaa14a1625c9fc9da4.tar.gz
queue_server-e864d2653d50ba1c920776aaa14a1625c9fc9da4.zip
Add invite tokens
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 505232c..7232c2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ tower = "0.5.2"
23tower-http = { version = "0.6.6", features = ["trace"] } 23tower-http = { version = "0.6.6", features = ["trace"] }
24tracing = "0.1.41" 24tracing = "0.1.41"
25tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } 25tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
26utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } 26utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order", "uuid"] }
27utoipa-axum = "0.2.0" 27utoipa-axum = "0.2.0"
28utoipa-scalar = { version = "0.3.0", features = ["axum"] } 28utoipa-scalar = { version = "0.3.0", features = ["axum"] }
29uuid = { version = "1.18.1", features = ["v4", "serde"] } 29uuid = { version = "1.18.1", features = ["v4", "serde"] }