]> git.proxmox.com Git - proxmox.git/commitdiff
cargo: rrd: set license in subcrate too
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Oct 2022 13:45:52 +0000 (15:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 11 Oct 2022 13:46:30 +0000 (15:46 +0200)
in preparation of moving this out

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-rrd/Cargo.toml

index 496e1028b16fa920c68956688b7696a65ab31400..b92e262b6f9a0f6ce4241662ec79b59277b1a739 100644 (file)
@@ -3,6 +3,7 @@ name = "proxmox-rrd"
 version = "0.1.0"
 authors = ["Proxmox Support Team <support@proxmox.com>"]
 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"