chore: don't build cli tool by default
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/clippy Pipeline failed

This commit is contained in:
Jef Roosens 2023-05-14 11:45:50 +02:00
parent f9d31ce114
commit 60252e5f42
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -4,6 +4,10 @@ members = [
"affluences-api", "affluences-api",
"affluences-cli", "affluences-cli",
] ]
# Don't build the CLI tool by default
default-members = [
"affluences-api",
]
[package] [package]
name = "affy" name = "affy"