1
Fork 0

nodeinfo: Add rt-multi-thread and macros features to tokio

This commit is contained in:
Steffo 2024-11-09 13:25:47 +01:00
parent 2f8e231b04
commit f9da277845
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

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