b659584f23
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
20 lines
437 B
TOML
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" }
|