From 6e4f0b4c6d7f7ad0eaaae5f4f2e2f3a08881ee35 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Tue, 4 Aug 2020 18:41:09 +0800 Subject: Play around with variables --- variables/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 variables/Cargo.toml (limited to 'variables/Cargo.toml') diff --git a/variables/Cargo.toml b/variables/Cargo.toml new file mode 100644 index 0000000..cee94d1 --- /dev/null +++ b/variables/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "variables" +version = "0.1.0" +authors = ["jordan"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3