mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Add features needed for examples to dev-dependencies
this makes running/checking examples much easier
This commit is contained in:
parent
46561b05ce
commit
9b44eb794c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ vecrem = { version = "0.1", optional = true }
|
|||
|
||||
[dev-dependencies]
|
||||
pretty_env_logger = "0.4"
|
||||
tokio = { version = "1.8.0", features = ["fs", "macros"] }
|
||||
tokio = { version = "1.8.0", features = ["fs", "macros", "macros", "rt-multi-thread"] }
|
||||
cool_asserts = "2.0.3"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue