pve-lxc-syscalld/Cargo.toml
Wolfgang Bumiller 3989c4cbeb disable failure_derive
drops another 12 unused dependencies

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-10-24 12:51:48 +02:00

22 lines
430 B
TOML

[package]
name = "pve-lxc-syscalld"
edition = "2018"
version = "0.1.0"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
bitflags = "1.1"
errno = "0.2"
failure = { version = "0.1", default-features = false, features = ["std"] }
futures-executor-preview = "0.3.0-alpha"
lazy_static = "1.3"
libc = "0.2"
nix = "0.15"
[dependencies.io-uring]
version = "0.1"
path = "../io-uring"
features = ["runtime"]