aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cd839b1..0a14a90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,4 +21,10 @@ tokio = "1.47.1"
tonic = "0.14.0"
tower = "0.5.2"
tracing = "0.1.41"
+utoipa = "5.4.0"
+utoipa-axum = "0.2.0"
+utoipa-rapidoc = "6.0.0"
+utoipa-redoc = "6.0.0"
+utoipa-scalar = "0.3.0"
+utoipa-swagger-ui = "9.0.2"
warden-core = { path = "lib/warden-core" }