]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
bump version to 1.2.1-1
[pve-lxc-syscalld.git] / Cargo.toml
CommitLineData
9cffeac4
WB
1[package]
2name = "pve-lxc-syscalld"
8bc22e38 3edition = "2021"
61eed599 4version = "1.2.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]
8150a439 15anyhow = "1.0"
53d40cee 16bitflags = "1.2"
91acadad 17lazy_static = "1.4"
9cffeac4 18libc = "0.2"
b8cb8723 19nix = "0.24"
53d40cee 20num_cpus = "1"
7a1ab2b2 21tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }