From 887456a217e595b64501169c57cabd6b6a34f167 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 12 Jan 2022 15:25:31 -0600 Subject: feat: inital project structure and api --- Cargo.toml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'Cargo.toml') 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 ", - "Neil Kollack ", - "Toby Vincent ", - "Anthony Schneider ", -] -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"] -- cgit v1.2.3-70-g09d2