mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 21:40:23 +00:00
use more workspace variables, upgrade edition
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
856ab916b1
commit
187d43394d
@ -5,6 +5,12 @@ members = [
|
|||||||
"pmg-rs",
|
"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]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
base32 = "0.4"
|
base32 = "0.4"
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pmg-rs"
|
name = "pmg-rs"
|
||||||
version = "0.6.2"
|
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"
|
description = "PMG parts which have been ported to rust"
|
||||||
|
authors.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"build",
|
"build",
|
||||||
"debian",
|
"debian",
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "pve-rs"
|
name = "pve-rs"
|
||||||
version = "0.7.4"
|
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"
|
description = "PVE parts which have been ported to Rust"
|
||||||
homepage = "https://www.proxmox.com"
|
homepage = "https://www.proxmox.com"
|
||||||
|
authors.workspace = true
|
||||||
|
edition.workspace = true
|
||||||
|
license.workspace = true
|
||||||
|
repository.workspace = true
|
||||||
|
|
||||||
exclude = [
|
exclude = [
|
||||||
"debian",
|
"debian",
|
||||||
|
Loading…
Reference in New Issue
Block a user