Merge branch 'rewrite-to-rust' of https://github.com/flibusta-apps/telegram_files_server into rewrite-to-rust

This commit is contained in:
Шатунов Антон
2024-05-07 00:35:09 +03:00
3 changed files with 13 additions and 4 deletions

View File

@@ -13,9 +13,10 @@ axum_typed_multipart = "0.11.1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.2", features = ["trace"] }
sentry-tracing = "0.32.3"
tokio = "1.37.0"
tokio-util = { version = "0.7.11", features = [ "full" ] }
tokio-util = { version = "0.7.11", features = [ "full" ] }
axum-prometheus = "0.6.1"
futures = "0.3.30"