X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=axum-server%2FCargo.toml;fp=axum-server%2FCargo.toml;h=fc59ab7c2ca7ceb1c7c43bbe27a62df7093e8631;hp=206a653f505fbf558bf997340c66922a4479cff0;hb=c9927542defc4cf63e714aef077c84598e48ab00;hpb=d154738629ef14b2141a01aac34a7b39c263eed1 diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index 206a653..fc59ab7 100644 --- a/axum-server/Cargo.toml +++ b/axum-server/Cargo.toml @@ -9,6 +9,6 @@ edition = "2021" axum = "0.5" tokio = { version = "1", features = ["full"] } tower = "0.4" -tower-http = { version = "0.3", features = ["trace"] } +tower-http = { version = "0.3", features = ["trace", "fs"] } tracing = "0.1" tracing-subscriber = "0.3"