summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b2b4ed..499e736 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }