From e15d77f54a26988ea1715cf4be6ec3f858772da4 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Mon, 17 Aug 2020 15:23:47 +0800 Subject: Enumberate --- enumeration/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 enumeration/Cargo.toml (limited to 'enumeration/Cargo.toml') diff --git a/enumeration/Cargo.toml b/enumeration/Cargo.toml new file mode 100644 index 0000000..f956b97 --- /dev/null +++ b/enumeration/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "enumeration" +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