Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ifb3cf9ad9747795b44eff1ee8cd538536a6a6964
17 lines
417 B
TOML
17 lines
417 B
TOML
[package]
|
|
name = "ncro-discovery"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[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
|
|
|
|
[lints]
|
|
workspace = true
|