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:
parent
ef27200cec
commit
a70b2aeb48
|
@ -9,7 +9,7 @@ name = "proxmox_backup"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
proxmox = { path = "../proxmox/proxmox" }
|
proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/proxmox", version = "0.1" }
|
||||||
proxmox-protocol = { path = "proxmox-protocol" }
|
proxmox-protocol = { path = "proxmox-protocol" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
syslog = "4.0"
|
syslog = "4.0"
|
||||||
|
|
Loading…
Reference in New Issue