From 7ef96f2a31cd16410e59158e6266a98df4950461 Mon Sep 17 00:00:00 2001 From: philippeitis <33013301+philippeitis@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:06:07 -0700 Subject: [PATCH] Tweak workspace members --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81dd13b78e..4ab4a7a429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,7 @@ members = [ "google-apis-common", - "google-clis-common" -] \ No newline at end of file + "google-clis-common", + "src/rust/preproc" +] +exclude = ["gen"] \ No newline at end of file