proxmox/proxmox-human-byte/Cargo.toml
Lukas Wagner c3545d6644 add proxmox-human-byte crate
The module previously lived in `pbs-api-types`, however turned out to
be useful in other places as well (POM, proxmox-notify), so it is moved
here as its own micro-crate.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
2023-06-26 13:24:48 +02:00

16 lines
411 B
TOML

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