X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=async-http%2FCargo.toml;fp=async-http%2FCargo.toml;h=92c94f55844386e63136b65f558b21b19e75612d;hp=dfca1b524f15388282d7e7806d33afe9bb8fe3d4;hb=5ae5a42b2644afab404f99b01503d6dd7d6a01b1;hpb=6a8be44a0b7527d9250309258d3055bbce125328 diff --git a/async-http/Cargo.toml b/async-http/Cargo.toml index dfca1b5..92c94f5 100644 --- a/async-http/Cargo.toml +++ b/async-http/Cargo.toml @@ -8,3 +8,7 @@ edition = "2021" [dependencies] log = "0.4" env_logger = "0.9" + +[dependencies.async-std] +version = "1.6" +features = ["attributes"]