This commit is contained in:
2023-07-24 00:25:37 +02:00
parent 9fcf51d6e1
commit 6bee9ca631
4 changed files with 168 additions and 76 deletions

View File

@@ -10,9 +10,13 @@ tokio = { version = "1.28.2", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["compat"] }
futures = "0.3.28"
reqwest = { version = "0.11.18", features = ["json", "stream", "multipart"] }
log = "0.4.18"
env_logger = "0.10.0"
lazy_static = "1.4.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
tower-http = { version = "0.4.3", features = ["trace"] }
once_cell = "1.18.0"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
axum = "0.6.18"