summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2020-01-06 00:25:11 +0100
committerJokler <jokler.contact@gmail.com>2020-01-06 00:25:11 +0100
commit219ac9cb92be0a83f11a736105981ffdcf9f23b4 (patch)
treebad61156040b16a7bd6735972f6a1ef5a19cbeeb /Cargo.toml
parent31fab217a2221d76c79bd0b7b0f2e97fbc23d06b (diff)
downloadpokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.tar.gz
pokebot-219ac9cb92be0a83f11a736105981ffdcf9f23b4.zip
Update name and remove local dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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 <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"