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