deps: add fs feature to tower-http for static file serving

This commit is contained in:
xfy 2026-06-05 14:51:35 +08:00
parent 16248ca330
commit eaec6d5da7

View File

@ -17,7 +17,7 @@ pulldown-cmark = "0.13"
dotenvy = { version = "0.15", optional = true }
tracing = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.3", optional = true }
tower-http = { version = "0.6", features = ["trace"], optional = true }
tower-http = { version = "0.6", features = ["trace", "fs"], optional = true }
rand = { version = "0.8", features = ["getrandom"] }
getrandom = { version = "0.2", features = ["js"] }
http = "1"