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=9033d1864fd0b125e1cfc6d79e9fea2b7224a0c4;hp=0444b3957dc6e24aeb62b2cb344a5a2bd58c771f;hb=9f1890257c2ebae6b98314fd1eedcec8ad1b942a;hpb=8fdc8d06c05d3cd957b17755609db90d1123df31 diff --git a/axum-server/Cargo.toml b/axum-server/Cargo.toml index 0444b39..9033d18 100644 --- a/axum-server/Cargo.toml +++ b/axum-server/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] 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"] }