Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6757cc99a0a5bc0c78193487df1ef52b6a6a6964
10 lines
273 B
TOML
10 lines
273 B
TOML
[package]
|
|
name = "ncro-health"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
ncro-config.workspace = true
|
|
reqwest = { workspace = true, features = [ "rustls" ] }
|
|
tokio = { workspace = true, features = [ "sync", "time", "rt" ] }
|