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