[package] name = "ente-echo" version = "0.0.1" edition.workspace = true license.workspace = true publish.workspace = true [lib] name = "ente_echo" path = "src/lib.rs" [[bin]] name = "ente-echo" path = "src/main.rs" [dependencies] ente-card = { path = "../ente-card" } ente-bus = { path = "../ente-bus" } anyhow = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } tracing-subscriber = { workspace = true }