From e25a641f085aabbc1e81fff0193948265439bd42 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 31 Jul 2022 08:29:34 +0200 Subject: [PATCH] Add `tokio` dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0eb4975..29fc8fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,5 @@ edition = "2021" [dependencies] serde = "1.0.140" serde_json = "1.0.82" -teloxide = "0.10.1" \ No newline at end of file +teloxide = "0.10.1" +tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] } \ No newline at end of file