]> git.proxmox.com Git - proxmox.git/blob - proxmox-sys/Cargo.toml
version bump
[proxmox.git] / proxmox-sys / Cargo.toml
1 [package]
2 name = "proxmox-sys"
3 edition = "2018"
4 version = "0.1.1"
5 authors = [
6 "Dietmar Maurer <dietmar@proxmox.com>",
7 "Wolfgang Bumiller <w.bumiller@proxmox.com>",
8 ]
9
10 [dependencies]
11 failure = "0.1"
12 lazy_static = "1.4"
13 libc = "0.2"
14 nix = "0.16"
15 proxmox-tools = { version = "0.1.1", path = "../proxmox-tools" }
16
17 # Docs should be able to reference the proxmox crate.
18 [dev-dependencies]
19 proxmox = { path = "../proxmox" }