summaryrefslogtreecommitdiffstats
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 13b743a..ca520fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tsclientlib = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
-tsproto-packets = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
+tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib" }
+tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib" }
log = "0.4.8"
log4rs = "0.9"
toml = "0.5.5"