diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 17:17:31 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2020-08-31 17:17:31 +0800 |
commit | 79833af30e82bc258fdf300d5c6701e39ffc95da (patch) | |
tree | d282dc1d8504123f5dbcb4b52904ad7f6108b30b /collections/Cargo.toml | |
parent | 3cda6fa25939e2857f5de116af976b79179cbcf8 (diff) |
Store data in different way
Diffstat (limited to 'collections/Cargo.toml')
-rw-r--r-- | collections/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/collections/Cargo.toml b/collections/Cargo.toml new file mode 100644 index 0000000..1aa2ecc --- /dev/null +++ b/collections/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "collections" +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] |