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"