X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=warp-server%2FCargo.toml;h=3f804c5cbf53549301447b294633ab79758f057f;hb=577248e40bb772480fb036fe2deafc1ac2a11354;hp=f58a15d33ab93d61a4cbf36372c4d7dda3165dbb;hpb=05975f1d5fcc331c82f3b9786a5f4afbc027d4cd;p=learn-rust.git diff --git a/warp-server/Cargo.toml b/warp-server/Cargo.toml index f58a15d..3f804c5 100644 --- a/warp-server/Cargo.toml +++ b/warp-server/Cargo.toml @@ -8,4 +8,6 @@ edition = "2021" [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"