Introduce pmp-macro-core crate: implement attribute parsing, macro registration, and boilerplate generation for PmpMacro trait.
This commit is contained in:
11
crates/pmp-macro/Cargo.toml
Normal file
11
crates/pmp-macro/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "pmp-macro"
|
||||
version = "1.0.0"
|
||||
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license-file.workspace = true
|
||||
|
||||
[dependencies]
|
||||
pmp-macro-core = { path = "crates/pmp-macro-core" }
|
||||
pmp-macro-misc = { path = "crates/pmp-macro-misc" }
|
||||
Reference in New Issue
Block a user