diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-17 15:23:47 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-17 15:23:47 +0800 |
commit | e15d77f54a26988ea1715cf4be6ec3f858772da4 (patch) | |
tree | 96107a1eda647d871e6933db1b0a3e7a9b5c0b47 /enumeration/Cargo.toml | |
parent | 2ae92ce449a8456a25a5faebf47f38fdfd9f226c (diff) |
Enumberate
Diffstat (limited to 'enumeration/Cargo.toml')
-rw-r--r-- | enumeration/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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 <jordan.gong@protonmail.com>"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] |