Cargo.toml: readd commented-out proxmox crate via path for convenience

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-06-09 11:16:28 +02:00
parent 2179359f40
commit 9825748e5e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ pin-utils = "0.1.0"
pathpatterns = "0.1.0"
proxmox = { version = "0.1.39", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] }
#proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro" ] }
proxmox-fuse = "0.1.0"
pxar = { version = "0.1.6", features = [ "tokio-io", "futures-io" ] }
#pxar = { path = "../pxar", features = [ "tokio-io", "futures-io" ] }