use ssh+git for the proxmox repository

This works for me, note the `ssh://` protocol, and using `/`
to separate the path instead of `:`.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-06-12 13:16:36 +02:00
parent ef27200cec
commit a70b2aeb48
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ name = "proxmox_backup"
path = "src/lib.rs"
[dependencies]
proxmox = { path = "../proxmox/proxmox" }
proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1" }
proxmox-protocol = { path = "proxmox-protocol" }
log = "0.4"
syslog = "4.0"