Split pmp-emitter into pmp-emitter-core and pmp-emitter-misc, update workspace structure and dependencies

This commit is contained in:
2026-03-04 06:41:14 +01:00
parent c399b89632
commit 3efbd9de2a
5 changed files with 20 additions and 192 deletions

View File

@@ -15,7 +15,7 @@ authors = ["Dean J. Karstedt <dk@cl.team>"]
license-file = "LICENSE"
[dependencies]
pmp-emitter = { version = "1.0.0", path = "crates/pmp-emitter" }
pmp-emitter = { path = "crates/pmp-emitter" }
clap = { version = "^4", features = ["derive"] }
owo-colors = { version = "^4", features = ["supports-colors"] }