proxmox/proxmox-sys/Cargo.toml
Wolfgang Bumiller b659584f23 sys: add a bunch of error helpers
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-01-02 13:47:53 +01:00

20 lines
437 B
TOML

[package]
name = "proxmox-sys"
edition = "2018"
version = "0.1.1-dev.1"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
failure = "0.1"
lazy_static = "1.4"
libc = "0.2"
nix = "0.16"
proxmox-tools = { version = "0.1.1-dev.1", path = "../proxmox-tools" }
# Docs should be able to reference the proxmox crate.
[dev-dependencies]
proxmox = { path = "../proxmox" }