From 360efb1a6e763fb7d7684984d5f8ac95346ff8bf Mon Sep 17 00:00:00 2001 From: itsscb <dev@itsscb.de> Date: Mon, 3 Jun 2024 00:53:57 +0200 Subject: [PATCH] ch/add tower_http -F fs as dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] }