aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-11-17 11:23:53 +0100
committerGustav Sörnäs <gustav@sornas.net>2020-11-17 12:08:22 +0100
commit210508fe158c152c01b6ecff207d33632cfa2f47 (patch)
treefe3da620c0054fc10d86bdf192c01877695cc4ee /Cargo.toml
parent99666a04a490d6467288f28577755dbebbf55054 (diff)
downloadkodapa-210508fe158c152c01b6ecff207d33632cfa2f47.tar.gz
slack: react to !add instead of answering
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 33dc2f5..ee35f28 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,8 @@ edition = "2018"
futures = "0.3"
serde_json = "1.0"
slack = "0.25"
+slack_api = "0.23"
+tokio-compat-02 = "0.1"
[dependencies.discord]
git = "https://github.com/SpaceManiac/discord-rs"