pve-lxc-syscalld/Cargo.toml
Wolfgang Bumiller aac3514487 bump from git to alpha versions
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-10-02 13:38:54 +02:00

20 lines
340 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 = "0.1"
lazy_static = "1.3"
libc = "0.2"
mio = "0.6"
nix = "0.14"
futures-preview = "0.3.0-alpha"
tokio = "0.2.0-alpha.6"
tokio-net = "0.2.0-alpha.6"