summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2023-11-28 20:06:41 +0100
committerHenry Gressmann <mail@henrygressmann.de>2023-11-28 20:06:41 +0100
commitfe76d91f33b2441de87597ae5885ea9005f35b1c (patch)
treebda08242444d91dbf55e5e96233ae826c5e4e376 /Cargo.toml
parent1256c4248d2a3a9f73c2a14d997a337ba0eee2b4 (diff)
refactor: seperate cli crate
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0cfbbe1..42abe2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,4 @@
[workspace]
-members = [
- "crates/core",
-]
-
-resolver = "2" \ No newline at end of file
+members=["crates/core", "crates/cli"]
+resolver="2"
+default-members=["crates/cli"]