Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I02ee54baee048c58a480522ce79159eb6a6a6964
19 lines
494 B
TOML
19 lines
494 B
TOML
[package]
|
|
name = "ncro-discovery"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description.workspace = true
|
|
homepage.workspace = true
|
|
repository.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
|
|
|
|
[lints]
|
|
workspace = true
|