summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-06 05:45:46 +0100
committerJokler <jokler@protonmail.com>2020-01-06 05:45:46 +0100
commit7c28858819c4452b3640a167c048c3a9d9852745 (patch)
tree3bb8fc465348a0a37b0982b58adea7f7b1945de6 /Cargo.toml
parent94953ffd667972a49ee9ca576463a5cb6113133f (diff)
downloadpokebot-7c28858819c4452b3640a167c048c3a9d9852745.tar.gz
pokebot-7c28858819c4452b3640a167c048c3a9d9852745.zip
Fix tsclientlib to make poking work
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 f82b234..acbd620 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/ReSpeak/tsclientlib/" }
-tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib/" }
+tsclientlib = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
+tsproto-packets = { git = "https://github.com/Jokler/tsclientlib/", branch = "fix-poke" }
structopt = "0.2"
tokio = "0.1.0"
tokio2 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util"] }