proxmox/proxmox-sys/Cargo.toml

20 lines
425 B
TOML
Raw Normal View History

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