aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-09-27 00:03:28 +0300
committerTolmachev Igor <me@igorek.dev>2025-09-27 00:03:28 +0300
commit974c8c586e1182d502a2c30ba8b622c0b4033937 (patch)
tree7f7a7df8650d344b729edda836be0f47f3ce0d17 /Cargo.toml
parentf4c9192b9cc2f08c38822ed477a48dd7599238d6 (diff)
downloadqueue_server-974c8c586e1182d502a2c30ba8b622c0b4033937.tar.gz
queue_server-974c8c586e1182d502a2c30ba8b622c0b4033937.zip
Add invite tokens models
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c8f11f..3a07517 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,3 +27,4 @@ tracing-subscriber = "0.3.19"
27utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } 27utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] }
28utoipa-axum = "0.2.0" 28utoipa-axum = "0.2.0"
29utoipa-scalar = { version = "0.3.0", features = ["axum"] } 29utoipa-scalar = { version = "0.3.0", features = ["axum"] }
30uuid = { version = "1.18.1", features = ["v4", "serde"] }