aboutsummaryrefslogtreecommitdiffstats
path: root/lib/api-config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api-config/Cargo.toml')
-rw-r--r--lib/api-config/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/api-config/Cargo.toml b/lib/api-config/Cargo.toml
index b114944..6724306 100644
--- a/lib/api-config/Cargo.toml
+++ b/lib/api-config/Cargo.toml
@@ -18,6 +18,9 @@ tracing.workspace = true
utoipa = { workspace = true, optional = true }
warden-core.workspace = true
+[dev-dependencies]
+anyhow.workspace = true
+
[features]
default = []
utoipa = ["dep:utoipa", "utoipa/time"]