]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
update to tokio 1.0
[pve-lxc-syscalld.git] / Cargo.toml
CommitLineData
9cffeac4
WB
1[package]
2name = "pve-lxc-syscalld"
3edition = "2018"
cbd70f77 4version = "0.9.1"
9cffeac4
WB
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"
8150a439 16anyhow = "1.0"
91acadad 17lazy_static = "1.4"
9cffeac4 18libc = "0.2"
c7db073e 19nix = "0.19"
7a1ab2b2 20tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }