proxmox/proxmox-uuid/Cargo.toml
Wolfgang Bumiller 78d9b156a8 bump proxmox-uuid to 1.0.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2023-01-12 13:49:18 +01:00

25 lines
493 B
TOML

[package]
name = "proxmox-uuid"
version = "1.0.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "bindings for libuuid with optional serde support"
exclude.workspace = true
[dependencies]
libc.workspace = true
serde = { workspace = true, optional = true }
[features]
default = []
[dev-dependencies]
serde.workspace = true
serde_json.workspace = true
[target.'cfg(target_arch="wasm32")'.dependencies]
js-sys = "0.3.55"