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