chore: extract Emitter and Signal to their own crate

This commit is contained in:
2025-04-21 16:43:17 -04:00
parent f422888d37
commit a97cf73061
6 changed files with 403 additions and 0 deletions

View File

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