pve-lxc-syscalld/Cargo.toml
Wolfgang Bumiller 91acadadf2 bumps
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-27 11:47:02 +01:00

15 lines
290 B
TOML

[package]
name = "pve-lxc-syscalld"
edition = "2018"
version = "0.1.0"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
bitflags = "1.2"
failure = { version = "0.1", default-features = false, features = ["std"] }
lazy_static = "1.4"
libc = "0.2"
nix = "0.16"