aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-03-29 16:36:13 +0200
committerrtkay123 <dev@kanjala.com>2026-03-29 16:36:13 +0200
commitff3b9fbaf400c344cae67ef9bdc9ba7d5f27b976 (patch)
treece417252c6ea56c540e4c78f43c9ad4af9b76c64 /Cargo.toml
parent57c4a5251c30d3dc2b78059fd208d8948d999056 (diff)
downloadwarden-ff3b9fbaf400c344cae67ef9bdc9ba7d5f27b976.tar.bz2
warden-ff3b9fbaf400c344cae67ef9bdc9ba7d5f27b976.zip
refactor: move state to core
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 2bdad55..05332e0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ time = { version = "0.3.47", default-features = false }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
url = "2.5.8"
+utoipa = "5.4.0"
uuid = "1.23.0"
warden-core = { path = "lib/warden-core" }