Add features needed for examples to dev-dependencies

this makes running/checking examples much easier
This commit is contained in:
Maybe Waffle 2022-06-28 18:35:28 +04:00
parent 46561b05ce
commit 9b44eb794c

View file

@ -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]