diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-08 15:13:17 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-08 15:13:17 +0200 |
commit | 0f663ccb94581264e839bab9ae386114e8bd9973 (patch) | |
tree | 3e9794117a1e8d41c7789b2efb74dfc5684caafc /Cargo.toml | |
parent | 7f38c6ad7d3e140b6f270f80128def938c0659d5 (diff) | |
download | warden-0f663ccb94581264e839bab9ae386114e8bd9973.tar.bz2 warden-0f663ccb94581264e839bab9ae386114e8bd9973.zip |
feat(warden): openapi
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" } |