From 79833af30e82bc258fdf300d5c6701e39ffc95da Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Mon, 31 Aug 2020 17:17:31 +0800 Subject: Store data in different way --- collections/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 collections/Cargo.toml (limited to 'collections/Cargo.toml') 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 "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3