diff --git a/Cargo.toml b/Cargo.toml index 8c9eb0e..3151d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ axum = "0.7.4" shuttle-axum = "0.45.0" shuttle-runtime = "0.45.0" tokio = "1.28.2" +tower-http = { version = "0.5.2", features = ["fs"] }