X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=axum-server%2FCargo.toml;h=9033d1864fd0b125e1cfc6d79e9fea2b7224a0c4;hb=577248e40bb772480fb036fe2deafc1ac2a11354;hp=fc59ab7c2ca7ceb1c7c43bbe27a62df7093e8631;hpb=c9927542defc4cf63e714aef077c84598e48ab00;p=learn-rust.git diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index fc59ab7..9033d18 100644 --- a/axum-server/Cargo.toml +++ b/axum-server/Cargo.toml @@ -6,7 +6,8 @@ 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"] } +hyper = { version = "0.14" } tokio = { version = "1", features = ["full"] } tower = "0.4" tower-http = { version = "0.3", features = ["trace", "fs"] }