]> git.proxmox.com Git - pve-lxc-syscalld.git/blob - Cargo.toml
fix id mapping code
[pve-lxc-syscalld.git] / Cargo.toml
1 [package]
2 name = "pve-lxc-syscalld"
3 edition = "2021"
4 version = "1.3.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 rust-version = "1.64"
13
14 exclude = [ "debian" ]
15
16 [dependencies]
17 anyhow = "1.0"
18 bitflags = "1.2"
19 lazy_static = "1.4"
20 libc = "0.2"
21 nix = "0.26"
22 num_cpus = "1"
23 tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }