diff options
| author | Jokler <jokler@protonmail.com> | 2020-01-15 20:05:23 +0100 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-01-15 20:08:52 +0100 |
| commit | 41689b929336ff4b5f09d9850113787ba0f6d241 (patch) | |
| tree | 4afb1301880b1f25d50b7118cc4060e09d25fb63 /Cargo.toml | |
| parent | 22b225e63ae5add1fad96506989f61c9c29d59e4 (diff) | |
| download | pokebot-41689b929336ff4b5f09d9850113787ba0f6d241.tar.gz pokebot-41689b929336ff4b5f09d9850113787ba0f6d241.zip | |
Use ReSpeak version of tsclientlib
Poking was fixed so the forked version is not required anymore.
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/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" |
