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=978ee0601206492e21b25c60af632a64f68ffd04;hp=fc59ab7c2ca7ceb1c7c43bbe27a62df7093e8631;hb=cccafbeb9771b16338becafc0d389f5d1ae8e99f;hpb=c9927542defc4cf63e714aef077c84598e48ab00 diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index fc59ab7..978ee06 100644 --- a/axum-server/Cargo.toml +++ b/axum-server/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.5" +axum = { version = "0.5", features = ["headers"] } tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.3", features = ["trace", "fs"] }