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

@@ -6,11 +6,6 @@ edition.workspace = true
authors.workspace = true
license-file.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "^2", features = ["full"] }
quote = "^1"
darling = "^0"
proc-macro2 = "^1"
pmp-emitter-core = { path = "crates/pmp-emitter-core" }
pmp-emitter-misc = { path = "crates/pmp-emitter-misc" }