nodeinfo
: Add rt-multi-thread
and macros
features to tokio
This commit is contained in:
parent
2f8e231b04
commit
f9da277845
1 changed files with 1 additions and 2 deletions
|
@ -12,5 +12,4 @@ serde_json = "1.0.132"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
tokio = "1.41.1"
|
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue