]> git.proxmox.com Git - pve-lxc-syscalld.git/blob - Cargo.toml
bumps
[pve-lxc-syscalld.git] / Cargo.toml
1 [package]
2 name = "pve-lxc-syscalld"
3 edition = "2018"
4 version = "0.1.0"
5 authors = [
6 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
7 ]
8
9 [dependencies]
10 bitflags = "1.2"
11 failure = { version = "0.1", default-features = false, features = ["std"] }
12 lazy_static = "1.4"
13 libc = "0.2"
14 nix = "0.16"