From a93ff473aba2ac953a4bc211320dda8a201f5cd5 Mon Sep 17 00:00:00 2001 From: philippeitis <33013301+philippeitis@users.noreply.github.com> Date: Tue, 27 Sep 2022 21:52:39 -0700 Subject: [PATCH] Use workspace Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000000..81dd13b78e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] + +members = [ + "google-apis-common", + "google-clis-common" +] \ No newline at end of file