Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6757cc99a0a5bc0c78193487df1ef52b6a6a6964
13 lines
323 B
TOML
13 lines
323 B
TOML
[package]
|
|
name = "ncro-discovery"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
mdns-sd.workspace = true
|
|
ncro-config.workspace = true
|
|
ncro-health.workspace = true
|
|
tokio = { workspace = true, features = [ "rt", "sync", "time" ] }
|
|
tracing.workspace = true
|