]> git.proxmox.com Git - proxmox.git/blob - proxmox-sys/Cargo.toml
build: switch to debcargo
[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 license = "AGPL-3"
10 description = "Proxmox system library"
11
12 exclude = [ "debian" ]
13
14 [dependencies]
15 failure = "0.1"
16 lazy_static = "1.4"
17 libc = "0.2"
18 nix = "0.16"
19 proxmox-tools = { version = "0.1.1", path = "../proxmox-tools" }
20
21 # Docs should be able to reference the proxmox crate.
22 [dev-dependencies]
23 proxmox = { path = "../proxmox" }