]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
use more workspace variables, upgrade edition
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2023 10:37:50 +0000 (12:37 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 28 Apr 2023 10:40:53 +0000 (12:40 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml
pmg-rs/Cargo.toml
pve-rs/Cargo.toml

index 94e29d5d940338147b89c7323d8fba7cbf9d0d2d..dc7b02dd789533163cda7a67e08ae1b5ed2cdd97 100644 (file)
@@ -5,6 +5,12 @@ members = [
     "pmg-rs",
 ]
 
+[workspace.package]
+authors = ["Proxmox Support Team <support@proxmox.com>"]
+edition = "2021"
+license = "AGPL-3"
+repository = "https://git.proxmox.com/?p=proxmox.git"
+
 [workspace.dependencies]
 anyhow = "1.0"
 base32 = "0.4"
index f751d6575a329f9495711753911d01739969b850..4e176af996d0c97e8de7f9105a8363a759acdf1a 100644 (file)
@@ -1,14 +1,12 @@
 [package]
 name = "pmg-rs"
 version = "0.6.2"
-authors = [
-    "Proxmox Support Team <support@proxmox.com>",
-    "Wolfgang Bumiller <w.bumiller@proxmox.com>",
-    "Fabian Ebner <f.ebner@proxmox.com>",
-]
-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",
index 0108eb2589f5dd382502a68d24924541a0f37d0f..2468df2fde8d8aee5a514d1026b33967372ab7a7 100644 (file)
@@ -1,11 +1,12 @@
 [package]
 name = "pve-rs"
 version = "0.7.4"
-authors = ["Proxmox Support Team <support@proxmox.com>"]
-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",