From 19ad50c61d71101dc253f14d731958be628cd1ba Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 12 Nov 2021 14:33:59 -0600 Subject: chore: initial commit --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cb37a1f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[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] -- cgit v1.2.3-70-g09d2