]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
drop custom 'ready' macro, require 1.64
[pve-lxc-syscalld.git] / Cargo.toml
CommitLineData
9cffeac4
WB
1[package]
2name = "pve-lxc-syscalld"
8bc22e38 3edition = "2021"
87ba0607 4version = "1.2.2"
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
160bdc64
WB
12rust-version = "1.64"
13
634239cc 14exclude = [ "build", "debian" ]
9cffeac4
WB
15
16[dependencies]
8150a439 17anyhow = "1.0"
53d40cee 18bitflags = "1.2"
91acadad 19lazy_static = "1.4"
9cffeac4 20libc = "0.2"
b8cb8723 21nix = "0.24"
53d40cee 22num_cpus = "1"
7a1ab2b2 23tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }