diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 4e9bb317..c79fc4b3 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "proxmox-rrd" version = "0.1.0" -authors = ["Proxmox Support Team "] -edition = "2021" -license = "AGPL-3" +authors.workspace = true +edition.workspace = true +license.workspace = true description = "Simple RRD database implementation." [dev-dependencies]