aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }