From 07e3d4f5f772080028f86661ed7f6e95f63207b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 11 Nov 2020 13:31:17 +0100 Subject: switch to actual slack rtm api --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b7b3530..68b3d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2018" [dependencies] discord = { git = "https://github.com/SpaceManiac/discord-rs" } #TODO no voice futures = "0.3" -slack_api = "0.23" #TODO no voice +slack = "0.25" tokio = { version = "0.2", features = ["full"] } #TODO actual features -- cgit v1.2.1