pve-lxc-syscalld/Cargo.toml

22 lines
545 B
TOML
Raw Normal View History

[package]
name = "pve-lxc-syscalld"
edition = "2018"
version = "0.1.0"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
license = "AGPL-3"
description = "Proxmox LXC seccomp-proxy syscall handler daemon"
homepage = "https://www.proxmox.com"
exclude = [ "build", "debian" ]
[dependencies]
bitflags = "1.2"
failure = { version = "0.1", default-features = false, features = [ "std" ] }
lazy_static = "1.4"
libc = "0.2"
nix = "0.16"
mio = "0.6.21"
tokio = { version = "0.2.9", features = [ "rt-threaded", "io-driver", "io-util" ] }