From 680c8633e6206085ad417c6055e17f6d30f462a4 Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Wed, 9 Sep 2020 21:52:02 +0800 Subject: Manage multiple packages using workspaces --- add/add-one/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 add/add-one/Cargo.toml (limited to 'add/add-one/Cargo.toml') diff --git a/add/add-one/Cargo.toml b/add/add-one/Cargo.toml new file mode 100644 index 0000000..9d35934 --- /dev/null +++ b/add/add-one/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "add-one" +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] +rand = "0.5.5" -- cgit v1.2.3