]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
replace failure with anyhow
[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"
91acadad 19nix = "0.16"
5bd0c562
WB
20mio = "0.6.21"
21tokio = { version = "0.2.9", features = [ "rt-threaded", "io-driver", "io-util" ] }