proxmox/proxmox-rrd-api-types/Cargo.toml
Wolfgang Bumiller 27c50bd037 rrd-api-types: bump to 1.0.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-01-15 12:52:15 +01:00

18 lines
416 B
TOML

[package]
name = "proxmox-rrd-api-types"
description = "Types for RRD values."
version = "1.0.3"
authors.workspace = true
edition.workspace = true
exclude.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_plain.workspace = true
proxmox-schema = { workspace = true, features = [ "api-macro" ] }