From 187d43394d66f4175f1fc5261b2f8610a4f30225 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 28 Apr 2023 12:37:50 +0200 Subject: [PATCH] use more workspace variables, upgrade edition Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 6 ++++++ pmg-rs/Cargo.toml | 12 +++++------- pve-rs/Cargo.toml | 7 ++++--- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 94e29d5d..dc7b02dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,12 @@ members = [ "pmg-rs", ] +[workspace.package] +authors = ["Proxmox Support Team "] +edition = "2021" +license = "AGPL-3" +repository = "https://git.proxmox.com/?p=proxmox.git" + [workspace.dependencies] anyhow = "1.0" base32 = "0.4" diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index f751d657..4e176af9 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -1,14 +1,12 @@ [package] name = "pmg-rs" version = "0.6.2" -authors = [ - "Proxmox Support Team ", - "Wolfgang Bumiller ", - "Fabian Ebner ", -] -edition = "2018" -license = "AGPL-3" description = "PMG parts which have been ported to rust" +authors.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true + exclude = [ "build", "debian", diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 0108eb25..2468df2f 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "pve-rs" version = "0.7.4" -authors = ["Proxmox Support Team "] -edition = "2018" -license = "AGPL-3" description = "PVE parts which have been ported to Rust" homepage = "https://www.proxmox.com" +authors.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true exclude = [ "debian",