deps: add fs feature to tower-http for static file serving
This commit is contained in:
parent
16248ca330
commit
eaec6d5da7
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user