proxmox/proxmox-uuid/Cargo.toml
Wolfgang Bumiller d6e86d670b tree-wide: unify workspace inherited attributes
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-09-20 08:42:45 +02:00

25 lines
497 B
TOML

[package]
name = "proxmox-uuid"
description = "bindings for libuuid with optional serde support"
version = "1.0.3"
authors.workspace = true
edition.workspace = true
exclude.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
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"