]> git.proxmox.com Git - proxmox-backup.git/blame - proxmox-rrd-api-types/Cargo.toml
update to first proxmox crate split
[proxmox-backup.git] / proxmox-rrd-api-types / Cargo.toml
CommitLineData
d1c3bc53
DM
1[package]
2name = "proxmox-rrd-api-types"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "API type definitions for proxmox-rrd crate."
7
8
9[dependencies]
6ef1b649
WB
10serde = { version = "1.0", features = ["derive"] }
11proxmox-schema = { version = "1", features = ["api-macro"] }