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=dfca1b524f15388282d7e7806d33afe9bb8fe3d4;hp=9c26aaa6d02f158c31058837adefc122579b0ef0;hb=700074ce7c06235b6ae17e2a165301f2fe6374ed;hpb=a254aa3419bd260f1e28e8759bb172a6c2b5cf44 diff --git a/async-http/Cargo.toml b/async-http/Cargo.toml index 9c26aaa..dfca1b5 100644 --- a/async-http/Cargo.toml +++ b/async-http/Cargo.toml @@ -6,3 +6,5 @@ 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"