From 89168ff11d4adb4ca51fe14e7d54fb2d69d392a8 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 29 Jul 2021 20:02:47 +0200 Subject: refactor: manage callbacks with tokio-stream --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4f5f5e5..9de3470 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2018" [dependencies] teloxide = { version = "0.4", features = ["auto-send", "macros"] } + log = "0.4.8" pretty_env_logger = "0.4.0" tokio = { version = "1.3", features = ["rt-multi-thread", "macros"] } @@ -12,3 +13,5 @@ thirtyfour = "0.26.0" config = "0.10.1" serde = { version = "1.0.104", features = ["derive"] } + +tokio-stream = "0.1.6" -- cgit v1.2.3-18-g5258