From 0caa5fb8e4e084248e6c4e7d3314854eb7bc4e7f Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Wed, 9 Sep 2020 21:36:11 +0800 Subject: Publish my crate --- my_crate/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 my_crate/Cargo.toml (limited to 'my_crate/Cargo.toml') diff --git a/my_crate/Cargo.toml b/my_crate/Cargo.toml new file mode 100644 index 0000000..57c0dfe --- /dev/null +++ b/my_crate/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "my_crate" +version = "0.1.0" +authors = ["Jordan Gong "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3