ncro-health: add missing macros feature to tokio
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I08c7486e7d49c064e25fc474a83fc1796a6a6964
This commit is contained in:
parent
265a30d3c8
commit
20c4cf0140
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue