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