c3545d6644
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>
16 lines
411 B
TOML
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
|