diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3073,9 +3073,11 @@ version = "0.1.0" dependencies = [ "anyhow", "api-config", + "async-trait", "axum", "base64", "clap", + "http-body-util", "jsonschema", "secrecy", "serde", @@ -3084,6 +3086,7 @@ dependencies = [ "time", "tokio", "toml", + "tower", "tower-http", "tracing", "tracing-appender", |
