Update static file server example (#1011)

This commit is contained in:
David Pedersen
2022-05-08 19:52:34 +00:00
committed by GitHub
parent 852e548e19
commit 7774cfd1f7
2 changed files with 23 additions and 12 deletions
+1
View File
@@ -6,6 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["spa"] }
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }