]> git.proxmox.com Git - pve-lxc-syscalld.git/blob - Cargo.toml
fb732a79993f15b5d77063be60af5e175e43554a
[pve-lxc-syscalld.git] / Cargo.toml
1 [package]
2 name = "pve-lxc-syscalld"
3 edition = "2018"
4 version = "0.9.2"
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 anyhow = "1.0"
17 lazy_static = "1.4"
18 libc = "0.2"
19 nix = "0.19"
20 tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }