proxmox/proxmox-sys/Cargo.toml
2019-08-03 16:19:11 +02:00

21 lines
420 B
TOML

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