]> git.proxmox.com Git - pve-lxc-syscalld.git/blame - Cargo.toml
use the futures-executor crate directly
[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"
3420e150 13futures-executor-preview = "0.3.0-alpha"
41ff6d28 14lazy_static = "1.3"
9cffeac4 15libc = "0.2"
9aa2a15a
WB
16nix = "0.15"
17
18[dependencies.io-uring]
19version = "0.1"
20path = "../io-uring"
21features = ["runtime"]