mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Add tokio
dependency
This commit is contained in:
parent
aa8564eab6
commit
e25a641f08
1 changed files with 2 additions and 1 deletions
|
@ -9,3 +9,4 @@ edition = "2021"
|
|||
serde = "1.0.140"
|
||||
serde_json = "1.0.82"
|
||||
teloxide = "0.10.1"
|
||||
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }
|
Loading…
Reference in a new issue