pve-lxc-syscalld/Cargo.toml
Fabian Grünbichler 7a1ab2b21e update to tokio 1.0
and switch from PollEvented to AsyncFd, dropping the direct mio
dependency in turn.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-02-17 11:57:21 +01:00

21 lines
463 B
TOML

[package]
name = "pve-lxc-syscalld"
edition = "2018"
version = "0.9.1"
authors = [
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
license = "AGPL-3"
description = "Proxmox LXC seccomp-proxy syscall handler daemon"
homepage = "https://www.proxmox.com"
exclude = [ "build", "debian" ]
[dependencies]
bitflags = "1.2"
anyhow = "1.0"
lazy_static = "1.4"
libc = "0.2"
nix = "0.19"
tokio = { version = "1.0", features = [ "rt-multi-thread", "io-util", "net" ] }