From 60252e5f421a7217e48c0e1ab6731de4ac7bd74a Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sun, 14 May 2023 11:45:50 +0200 Subject: [PATCH] chore: don't build cli tool by default --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f52117f..77a1561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,10 @@ members = [ "affluences-api", "affluences-cli", ] +# Don't build the CLI tool by default +default-members = [ + "affluences-api", +] [package] name = "affy"