diff --git a/Cargo.toml b/Cargo.toml index 61b7fed..b49fb35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"