pve-lxc-syscalld/Cargo.toml
Wolfgang Bumiller 41ff6d289c query seccomp sizes only once
Signed-off-by: Wolfgang Bumiller <w.bumiller@errno.eu>
2019-07-07 18:24:52 +02:00

18 lines
359 B
TOML

[package]
name = "pve-lxc-syscalld"
edition = "2018"
version = "0.1.0"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
errno = "0.2"
failure = "0.1"
lazy_static = "1.3"
libc = "0.2"
mio = "0.6"
nix = "0.14"
futures-preview = { version = "0.3.0-alpha.17" }
tokio = { version = "0.2", git = "https://github.com/tokio-rs/tokio" }