cleanup Cargo.toml files

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-08-05 14:09:54 +02:00
parent 1f11c4adf9
commit f074a9e60b
2 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ authors = [
[dependencies]
failure = "0.1"
lazy_static = "1.1"
libc = "0.2"
nix = "0.14"
proxmox-tools = { path = "../proxmox-tools" }
lazy_static = "1.1"
regex = "1.0"
# Docs should be able to reference the proxmox crate.

View File

@ -10,8 +10,8 @@ authors = [
[dependencies]
proxmox-api = { path = "../proxmox-api" }
proxmox-api-macro = { path = "../proxmox-api-macro" }
proxmox-tools = { path = "../proxmox-tools" }
proxmox-sys = { path = "../proxmox-sys" }
proxmox-tools = { path = "../proxmox-tools" }
[features]
default = []