X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=async-http%2FCargo.toml;h=92c94f55844386e63136b65f558b21b19e75612d;hp=9c26aaa6d02f158c31058837adefc122579b0ef0;hb=5ae5a42b2644afab404f99b01503d6dd7d6a01b1;hpb=a254aa3419bd260f1e28e8759bb172a6c2b5cf44 diff --git a/async-http/Cargo.toml b/async-http/Cargo.toml index 9c26aaa..92c94f5 100644 --- a/async-http/Cargo.toml +++ b/async-http/Cargo.toml @@ -6,3 +6,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +log = "0.4" +env_logger = "0.9" + +[dependencies.async-std] +version = "1.6" +features = ["attributes"]