diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] } |
