aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/warden-core/Cargo.toml')
-rw-r--r--lib/warden-core/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml
index 49b7186..c9b1aa7 100644
--- a/lib/warden-core/Cargo.toml
+++ b/lib/warden-core/Cargo.toml
@@ -9,12 +9,14 @@ homepage.workspace = true
publish.workspace = true
[dependencies]
+base64.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
serde = { workspace = true, features = ["derive"] }
thiserror.workspace = true
tracing.workspace = true
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
url = { workspace = true, features = ["serde"] }
+utoipa.workspace = true
[dependencies.sqlx]
workspace = true