aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56cedb9..68e4347 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",