ncro/crates/health/Cargo.toml
NotAShelf 20c4cf0140
ncro-health: add missing macros feature to tokio
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I08c7486e7d49c064e25fc474a83fc1796a6a6964
2026-05-11 13:34:41 +03:00

17 lines
456 B
TOML

[package]
name = "ncro-health"
version.workspace = true
edition.workspace = true
license.workspace = true
description.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
ncro-config.workspace = true
reqwest = { workspace = true, features = [ "rustls" ] }
tokio = { workspace = true, features = [ "macros", "sync", "time", "rt" ] }
[lints]
workspace = true