proxmox/proxmox-human-byte/Cargo.toml
Wolfgang Bumiller c7f4afb3fc human-byte: bump to 0.1.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2025-01-15 12:20:00 +01:00

18 lines
438 B
TOML

[package]
name = "proxmox-human-byte"
description = "Proxmox library for formatting byte sizes (IEC or SI)"
version = "0.1.4"
authors.workspace = true
edition.workspace = true
exclude.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
anyhow.workspace = true
proxmox-schema = { workspace = true, features = ["api-macro"]}
proxmox-serde.workspace = true
serde.workspace = true