1
Fork 0
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:
Steffo 2022-07-31 08:29:34 +02:00
parent aa8564eab6
commit e25a641f08
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -9,3 +9,4 @@ edition = "2021"
serde = "1.0.140" serde = "1.0.140"
serde_json = "1.0.82" serde_json = "1.0.82"
teloxide = "0.10.1" teloxide = "0.10.1"
tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"] }