Wolfgang Bumiller bd67ccc1b3 add proxmox-uuid crate
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-10-08 15:22:17 +02:00

21 lines
384 B
TOML

[package]
name = "proxmox-uuid"
version = "1.0.0"
authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "bindings for libuuid with optional serde support"
exclude = [ "debian" ]
[dependencies]
libc = "0.2"
serde = { version = "1.0", optional = true }
[features]
default = []
[dev-dependencies]
serde = "1.0"
serde_json = "1.0"