aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 3 insertions, 15 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cb37a1f..9486d0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,15 +1,3 @@
-[package]
-name = "zone"
-version = "0.1.0"
-edition = "2021"
-authors = [
- "Elijah Moore <egmoore2000@gmail.com>",
- "Neil Kollack <nkollack@gmail.com>",
- "Toby Vincent <tobyv13@gmail.com>",
- "Anthony Schneider <tonyschneider3@gmail.com>",
-]
-description = "Manages containers using systemd-nspawn and ZFS"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
+[workspace]
+members = ["cli", "core", "daemon"]
+default-members = ["cli"]