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/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 add/Cargo.toml (limited to 'add/Cargo.toml') diff --git a/add/Cargo.toml b/add/Cargo.toml new file mode 100644 index 0000000..37b9688 --- /dev/null +++ b/add/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] + +members = [ + "adder", + "add-one", +] + -- cgit v1.2.3