diff options
| author | rtkay123 <dev@kanjala.com> | 2026-03-31 21:35:49 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-03-31 21:35:49 +0200 |
| commit | 2c336f0339747aa77a8fe6613b83200c8d4902a5 (patch) | |
| tree | 5e77ac42c48c455fd9869df6baf39c0887f6d8e6 /lib/api-config/Cargo.toml | |
| parent | cec58d78e968250e4c589899eab460d1132f6d01 (diff) | |
| download | warden-2c336f0339747aa77a8fe6613b83200c8d4902a5.tar.bz2 warden-2c336f0339747aa77a8fe6613b83200c8d4902a5.zip | |
test(config): schema
Diffstat (limited to 'lib/api-config/Cargo.toml')
| -rw-r--r-- | lib/api-config/Cargo.toml | 3 |
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"] |
