From 219ac9cb92be0a83f11a736105981ffdcf9f23b4 Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 6 Jan 2020 00:25:11 +0100 Subject: Update name and remove local dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1111fea..d5fcf9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "ts3bot-test" +name = "pokebot" version = "0.1.0" authors = ["Jokler "] 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" -- cgit v1.2.3-70-g09d2