From 95aaa2790a75e9e5476a53ff52d324b4201ef39b Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Thu, 13 Aug 2020 16:47:02 +0800 Subject: Introduce structs --- structure/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 structure/Cargo.toml (limited to 'structure/Cargo.toml') diff --git a/structure/Cargo.toml b/structure/Cargo.toml new file mode 100644 index 0000000..087ac90 --- /dev/null +++ b/structure/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "structure" +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