Split pmp-emitter into pmp-emitter-core and pmp-emitter-misc, update workspace structure and dependencies
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user