X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=axum-server%2FCargo.toml;h=0444b3957dc6e24aeb62b2cb344a5a2bd58c771f;hp=fc59ab7c2ca7ceb1c7c43bbe27a62df7093e8631;hb=ac5838f9b78c6894751cfacaf2f238e09a4a7f51;hpb=c9927542defc4cf63e714aef077c84598e48ab00 diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index fc59ab7..0444b39 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 = ["ws", "headers"] } tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.3", features = ["trace", "fs"] }