]> piware.de Git - learn-rust.git/blobdiff - simple-http/Cargo.toml
simple-http: Initial skeleton
[learn-rust.git] / simple-http / Cargo.toml
diff --git a/simple-http/Cargo.toml b/simple-http/Cargo.toml
new file mode 100644 (file)
index 0000000..51d0714
--- /dev/null
@@ -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]