diff options
| author | Tolmachev Igor <me@igorek.dev> | 2025-09-27 00:03:28 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2025-09-27 00:03:28 +0300 |
| commit | 974c8c586e1182d502a2c30ba8b622c0b4033937 (patch) | |
| tree | 7f7a7df8650d344b729edda836be0f47f3ce0d17 /Cargo.toml | |
| parent | f4c9192b9cc2f08c38822ed477a48dd7599238d6 (diff) | |
| download | queue_server-974c8c586e1182d502a2c30ba8b622c0b4033937.tar.gz queue_server-974c8c586e1182d502a2c30ba8b622c0b4033937.zip | |
Add invite tokens models
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,3 +27,4 @@ tracing-subscriber = "0.3.19" | |||
| 27 | utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } | 27 | utoipa = { version = "5.4.0", features = ["axum_extras", "chrono", "preserve_order", "preserve_path_order"] } |
| 28 | utoipa-axum = "0.2.0" | 28 | utoipa-axum = "0.2.0" |
| 29 | utoipa-scalar = { version = "0.3.0", features = ["axum"] } | 29 | utoipa-scalar = { version = "0.3.0", features = ["axum"] } |
| 30 | uuid = { version = "1.18.1", features = ["v4", "serde"] } | ||
