]> git.proxmox.com Git - proxmox.git/blob - proxmox-human-byte/Cargo.toml
time: posix: add bindings for strftime_l
[proxmox.git] / proxmox-human-byte / Cargo.toml
1 [package]
2 name = "proxmox-human-byte"
3 version = "0.1.2"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7 repository.workspace = true
8 exclude.workspace = true
9 description = "Proxmox library for formatting byte sizes (IEC or SI)"
10
11 [dependencies]
12 anyhow.workspace = true
13 proxmox-schema = { workspace = true, features = ["api-macro"]}
14 proxmox-serde.workspace = true
15 serde.workspace = true