diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -94,6 +94,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] +name = "api-config" +version = "0.1.0" +dependencies = [ + "serde", + "serde_json", + "sqlx", + "thiserror 2.0.18", + "time", + "tracing", + "utoipa", + "warden-core", +] + +[[package]] name = "arbitrary" version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -3041,6 +3055,7 @@ name = "warden" version = "0.1.0" dependencies = [ "anyhow", + "api-config", "axum", "clap", "jsonschema", |
