summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-04-01 08:22:47 -0400
committerGitHub <noreply@github.com>2023-04-01 14:22:47 +0200
commit613c644f0479b2aae6be96fa389352883a2321c3 (patch)
tree9093cdf266d10a70c1f82c1a363a603da0206f20 /Cargo.toml
parentcc67e5309994eefd1bd1c892f040ec7912052a4b (diff)
Default workspace members to cli (#484)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3db8b3b9..3fe01094 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
[workspace]
members = ["cli", "docs", "library", "macros", "tests"]
+default-members = ["cli"]
[lib]
doctest = false