From ce3f8e174ed086265595a344dd43c410e86cc442 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Mon, 7 Jan 2019 21:04:45 +0200 Subject: Changed cargo toml to point at hosted forked gate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] 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" } -- cgit v1.2.3