aboutsummaryrefslogtreecommitdiffstats
path: root/web/template/Cargo.toml
diff options
context:
space:
mode:
authormsi2025-11-13 12:22:04 -0300
committermsi2025-11-13 12:22:04 -0300
commit87ee84f5386302d18576d88e02c1554a9362ca89 (patch)
treee7ae9e69fd12038279c89220ab1c647e315e5cbd /web/template/Cargo.toml
parentb245dfcf9dd441674b40605df41b2920c13b66f5 (diff)
downloadtemplates-87ee84f5386302d18576d88e02c1554a9362ca89.tar.gz
Add support serve static files
Diffstat (limited to 'web/template/Cargo.toml')
-rw-r--r--web/template/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/Cargo.toml b/web/template/Cargo.toml
index 9f7146c..6890378 100644
--- a/web/template/Cargo.toml
+++ b/web/template/Cargo.toml
@@ -11,6 +11,6 @@ anyhow = "=1.0.100"
axum = "=0.8.6"
serde = { version = "=1.0.228", features = ["derive"] }
tokio = { version = "=1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
-tower-http = { version = "=0.6.6", features = ["timeout", "trace"] }
+tower-http = { version = "=0.6.6", features = ["timeout", "trace", "fs"] }
tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] }