proxmox/proxmox-sys/Cargo.toml

21 lines
420 B
TOML
Raw Normal View History

2019-06-07 18:01:26 +02:00
[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"
2019-06-07 18:01:26 +02:00
libc = "0.2"
nix = "0.14"
2019-06-07 18:01:26 +02:00
proxmox-tools = { path = "../proxmox-tools" }
regex = "1.0"
2019-06-07 18:01:26 +02:00
# Docs should be able to reference the proxmox crate.
[dev-dependencies]
proxmox = { path = "../proxmox" }