X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=warp-server%2FCargo.toml;h=3f804c5cbf53549301447b294633ab79758f057f;hb=d1e80e86e989dc0a425429dbac3b5252bfc232c4;hp=ffbe55269b2d1ba785428e2f7511ca2ec3affb46;hpb=660eb0d2c9664a89a379f0d65923a4c8721a20b8;p=learn-rust.git diff --git a/warp-server/Cargo.toml b/warp-server/Cargo.toml index ffbe552..3f804c5 100644 --- a/warp-server/Cargo.toml +++ b/warp-server/Cargo.toml @@ -6,5 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +futures-util = { version = "0.3", default-features = false, features = ["sink"] } tokio = { version = "1", features = ["full"] } +env_logger = "0.9" +log = "0.4" warp = "0.3"