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=9c26aaa6d02f158c31058837adefc122579b0ef0;hp=0000000000000000000000000000000000000000;hb=a254aa3419bd260f1e28e8759bb172a6c2b5cf44;hpb=5931f0a88bd65592cb76fcac25896471dd82186d diff --git a/async-http/Cargo.toml b/async-http/Cargo.toml new file mode 100644 index 0000000..9c26aaa --- /dev/null +++ b/async-http/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "async-http" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]