diff options
author | Justin Worthe <justin@worthe-it.co.za> | 2019-01-07 21:04:45 +0200 |
---|---|---|
committer | Justin Worthe <justin@worthe-it.co.za> | 2019-01-07 21:04:45 +0200 |
commit | ce3f8e174ed086265595a344dd43c410e86cc442 (patch) | |
tree | 1ff9072d25447ffa552e467ba4043d83adf26fb6 /Cargo.toml | |
parent | 1b54b333f4016db7612c3783ca36787fd4046238 (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ authors = ["Justin Worthe <justin@worthe-it.co.za>"] build = "build.rs" [dependencies] -gate = { path = "../gate/gate" } +gate = { git = "git://code.worthe-it.co.za/forks/gate.git" } rand = "0.4" [build-dependencies] -gate_build = { path = "../gate/gate_build" } +gate_build = { git = "git://code.worthe-it.co.za/forks/gate.git" } |