Add pmp-emitter crate with proc-macro for enum-based emitters (v 1.0.0)
This commit is contained in:
16
crates/pmp-emitter/Cargo.toml
Normal file
16
crates/pmp-emitter/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "pmp-emitter"
|
||||
version = "1.0.0"
|
||||
|
||||
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"
|
||||
Reference in New Issue
Block a user