]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
set SECBIT_KEEP_CAPS
[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"
9cffeac4
WB
11errno = "0.2"
12failure = "0.1"
41ff6d28 13lazy_static = "1.3"
9cffeac4
WB
14libc = "0.2"
15mio = "0.6"
16nix = "0.14"
294a0128 17futures-preview = { version = "0.3.0-alpha.17" }
9cffeac4 18tokio = { version = "0.2", git = "https://github.com/tokio-rs/tokio" }