ch/add tower_http -F fs as dependency

This commit is contained in:
itsscb 2024-06-03 00:53:57 +02:00
parent 97edef12bd
commit 360efb1a6e

View File

@ -8,3 +8,4 @@ axum = "0.7.4"
shuttle-axum = "0.45.0" shuttle-axum = "0.45.0"
shuttle-runtime = "0.45.0" shuttle-runtime = "0.45.0"
tokio = "1.28.2" tokio = "1.28.2"
tower-http = { version = "0.5.2", features = ["fs"] }