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=0444b3957dc6e24aeb62b2cb344a5a2bd58c771f;hp=978ee0601206492e21b25c60af632a64f68ffd04;hb=ac5838f9b78c6894751cfacaf2f238e09a4a7f51;hpb=cccafbeb9771b16338becafc0d389f5d1ae8e99f diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index 978ee06..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 = { version = "0.5", features = ["headers"] } +axum = { version = "0.5", features = ["ws", "headers"] } tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.3", features = ["trace", "fs"] }