aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-12 14:33:59 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-12 14:33:59 -0600
commit19ad50c61d71101dc253f14d731958be628cd1ba (patch)
tree660d9af086ad47f6a981df2a827133cc81ab2ffe /Cargo.toml
chore: initial commitmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
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 <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]