Files
smart-home-in-rust-with-hom…/emitter-and-signal/Cargo.toml
2025-04-22 01:32:41 -04:00

11 lines
222 B
TOML

[package]
name = "emitter-and-signal"
version = "0.1.0"
edition = "2021"
license = { workspace = true }
[dependencies]
deranged = { workspace = true }
ext-trait = "2.0.0"
tokio = { workspace = true, features = ["sync"] }