X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=async-http%2FCargo.toml;h=30b493032f952a848eb31be06095d5e46f3b0239;hp=92c94f55844386e63136b65f558b21b19e75612d;hb=HEAD;hpb=5ae5a42b2644afab404f99b01503d6dd7d6a01b1 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"