aboutsummaryrefslogtreecommitdiffstats
path: root/zone_nspawn/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'zone_nspawn/Cargo.toml')
-rw-r--r--zone_nspawn/Cargo.toml19
1 files changed, 9 insertions, 10 deletions
diff --git a/zone_nspawn/Cargo.toml b/zone_nspawn/Cargo.toml
index 0734382..678f141 100644
--- a/zone_nspawn/Cargo.toml
+++ b/zone_nspawn/Cargo.toml
@@ -1,15 +1,14 @@
[package]
name = "zone_nspawn"
-version = "0.1.0"
-edition = "2021"
-license = "MIT"
-authors = [
- "Neil Kollack <nkollack@gmail.com>",
- "Toby Vincent <tobyv13@gmail.com>",
-]
-description = "API for managing systemd-nspawn containers"
-categories = ["Unix APIs"]
-keywords = ["zone", "zoned", "systemd", "nspawn", "systemd-nspawn"]
+version.workspace = true
+authors.workspace = true
+edition.workspace = true
+description.workspace = true
+homepage.workspace = true
+repository.workspace = true
+license.workspace = true
+keywords.workspace = true
+categories.workspace = true
workspace = ".."
[dependencies]