]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
spawn all the threads...
[pve-lxc-syscalld.git] / Cargo.toml
CommitLineData
9cffeac4
WB
1[package]
2name = "pve-lxc-syscalld"
3edition = "2018"
4version = "0.1.0"
5authors = [
6 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
7]
8
9[dependencies]
738dbfbe 10bitflags = "1.1"
3989c4cb 11failure = { version = "0.1", default-features = false, features = ["std"] }
41ff6d28 12lazy_static = "1.3"
9cffeac4 13libc = "0.2"
9aa2a15a
WB
14nix = "0.15"
15
16[dependencies.io-uring]
17version = "0.1"
18path = "../io-uring"
19features = ["runtime"]