ncro-health: add missing macros feature to tokio

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I08c7486e7d49c064e25fc474a83fc1796a6a6964
This commit is contained in:
raf 2026-05-11 13:33:51 +03:00
commit 20c4cf0140
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -11,7 +11,7 @@ repository.workspace = true
[dependencies]
ncro-config.workspace = true
reqwest = { workspace = true, features = [ "rustls" ] }
tokio = { workspace = true, features = [ "sync", "time", "rt" ] }
tokio = { workspace = true, features = [ "macros", "sync", "time", "rt" ] }
[lints]
workspace = true