From d5c82532d141e3cd54ab0939b208ffe85cb854ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Wed, 11 Nov 2020 10:49:32 +0100 Subject: discord and slack loop --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e78a69a..b7b3530 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,6 @@ edition = "2018" [dependencies] discord = { git = "https://github.com/SpaceManiac/discord-rs" } #TODO no voice +futures = "0.3" slack_api = "0.23" #TODO no voice tokio = { version = "0.2", features = ["full"] } #TODO actual features -- cgit v1.2.1