]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
don't create tokio-reactor-associated pipes before fork
[pve-lxc-syscalld.git] / Cargo.toml
CommitLineData
9cffeac4
WB
1[package]
2name = "pve-lxc-syscalld"
3edition = "2018"
4version = "0.1.0"
5authors = [
6 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
7]
634239cc
WB
8license = "AGPL-3"
9description = "Proxmox LXC seccomp-proxy syscall handler daemon"
10homepage = "https://www.proxmox.com"
11
12exclude = [ "build", "debian" ]
9cffeac4
WB
13
14[dependencies]
91acadad 15bitflags = "1.2"
5bd0c562 16failure = { version = "0.1", default-features = false, features = [ "std" ] }
91acadad 17lazy_static = "1.4"
9cffeac4 18libc = "0.2"
91acadad 19nix = "0.16"
5bd0c562
WB
20mio = "0.6.21"
21tokio = { version = "0.2.9", features = [ "rt-threaded", "io-driver", "io-util" ] }