634239cc56
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
22 lines
545 B
TOML
22 lines
545 B
TOML
[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" ] }
|