Expand static file serving example (#1471)

This commit is contained in:
David Pedersen
2022-10-11 07:42:48 +00:00
committed by GitHub
parent 9c0a89cd09
commit 199a7a66b8
4 changed files with 95 additions and 18 deletions
+1
View File
@@ -8,6 +8,7 @@ publish = false
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["spa"] }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tower-http = { version = "0.3.0", features = ["fs", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }