41ff6d289c
Signed-off-by: Wolfgang Bumiller <w.bumiller@errno.eu>
18 lines
359 B
TOML
18 lines
359 B
TOML
[package]
|
|
name = "pve-lxc-syscalld"
|
|
edition = "2018"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
|
]
|
|
|
|
[dependencies]
|
|
errno = "0.2"
|
|
failure = "0.1"
|
|
lazy_static = "1.3"
|
|
libc = "0.2"
|
|
mio = "0.6"
|
|
nix = "0.14"
|
|
futures-preview = { version = "0.3.0-alpha.17" }
|
|
tokio = { version = "0.2", git = "https://github.com/tokio-rs/tokio" }
|