From d97a86c15b05652ba96878d5a6fb881fc22c68c6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 11 Oct 2022 15:45:52 +0200 Subject: [PATCH] cargo: rrd: set license in subcrate too in preparation of moving this out Signed-off-by: Thomas Lamprecht --- proxmox-rrd/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmox-rrd/Cargo.toml b/proxmox-rrd/Cargo.toml index 496e1028..b92e262b 100644 --- a/proxmox-rrd/Cargo.toml +++ b/proxmox-rrd/Cargo.toml @@ -3,6 +3,7 @@ name = "proxmox-rrd" version = "0.1.0" authors = ["Proxmox Support Team "] edition = "2018" +license = "AGPL-3" description = "Simple RRD database implementation." [dev-dependencies] @@ -22,4 +23,4 @@ serde_cbor = "0.11.1" #proxmox = { version = "0.15.3" } proxmox-time = "1" proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] } -proxmox-sys = "0.4" \ No newline at end of file +proxmox-sys = "0.4"