proxmox/proxmox-sys/Cargo.toml
Wolfgang Bumiller f074a9e60b cleanup Cargo.toml files
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-08-05 14:09:54 +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"
lazy_static = "1.1"
libc = "0.2"
nix = "0.14"
proxmox-tools = { path = "../proxmox-tools" }
regex = "1.0"
# Docs should be able to reference the proxmox crate.
[dev-dependencies]
proxmox = { path = "../proxmox" }