This commit is contained in:
Martin Berg Alstad
2024-08-27 00:21:25 +02:00
parent cd99466266
commit ce770e9c6f
6 changed files with 81 additions and 38 deletions

View File

@ -24,7 +24,7 @@ homepage = { workspace = true }
axum = { version = "0.7", optional = true, features = ["multipart"] }
tower = { version = "0.5", optional = true }
tower-http = { version = "0.5", optional = true, features = ["trace", "cors", "normalize-path"] }
mime = { version = "0.3.17", optional = true }
mime = { version = "0.3", optional = true }
# Async
tokio = { version = "1.39", optional = true, features = ["fs"] }
tokio-util = { version = "0.7", optional = true, features = ["io"] }