X-Git-Url: https://piware.de/gitweb/?a=blobdiff_plain;f=async-http%2FCargo.toml;h=30b493032f952a848eb31be06095d5e46f3b0239;hb=8a185a1213d5ad2d53df30bac8cfb1987a5cff9f;hp=92c94f55844386e63136b65f558b21b19e75612d;hpb=5ae5a42b2644afab404f99b01503d6dd7d6a01b1;p=learn-rust.git diff --git a/async-http/Cargo.toml b/async-http/Cargo.toml index 92c94f5..30b4930 100644 --- a/async-http/Cargo.toml +++ b/async-http/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +futures = "0.3" log = "0.4" env_logger = "0.9"