X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=simple-http%2FCargo.toml;fp=simple-http%2FCargo.toml;h=51d07140a1a44416f7df26e42dd3939d66d7ebe9;hp=0000000000000000000000000000000000000000;hb=02ebd7c33029bfbf8112cd8cb2649ca2ef2cd9d2;hpb=d6fbfabfaf434ae365854f0587547cff3ca78dae diff --git a/simple-http/Cargo.toml b/simple-http/Cargo.toml new file mode 100644 index 0000000..51d0714 --- /dev/null +++ b/simple-http/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "simple-http" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies]