diff options
| author | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:25:11 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2020-01-06 00:25:11 +0100 |
| commit | 219ac9cb92be0a83f11a736105981ffdcf9f23b4 (patch) | |
| tree | bad61156040b16a7bd6735972f6a1ef5a19cbeeb /Cargo.toml | |
| parent | 31fab217a2221d76c79bd0b7b0f2e97fbc23d06b (diff) | |
| download | pokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.tar.gz pokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.zip | |
Update name and remove local dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ [package] -name = "ts3bot-test" +name = "pokebot" version = "0.1.0" authors = ["Jokler <jokler.contact@gmail.com>"] edition = "2018" @@ -7,11 +7,11 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tsclientlib = { path = "../tsclientlib/tsclientlib" } -tsproto-packets = { path = "../tsclientlib/utils/tsproto-packets" } +tsclientlib = { git = "https://github.com/ReSpeak/tsclientlib/" } +tsproto-packets = { git = "https://github.com/ReSpeak/tsclientlib/" } structopt = "0.2" - tokio = "0.1.0" +tokio2 = { package = "tokio", version = "0.2.0", features = ["tcp", "io-util"] } futures-preview = { version = "=0.3.0-alpha.19", features = ["compat"] } futures01 = { package = "futures", version = "0.1" } tokio-signal = "0.2.7" |
