aboutsummaryrefslogtreecommitdiffstats
path: root/zone_nspawn/Cargo.toml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-21 00:01:35 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-21 00:01:35 -0500
commit607d964d2778f2fc06902296bde539fd79ba059b (patch)
tree73ccb61ac0a8c56cb95ded8a3f22ae1229a170c6 /zone_nspawn/Cargo.toml
parentfa114ff75055b4464f8152e1f0a7142fffbd4fd5 (diff)
chore: update package Cargo.toml to use workspace values
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]