add derive Register macro

This commit is contained in:
timeshifter
2023-01-12 23:07:27 +01:00
parent 73df8e8f42
commit 1b5302e459
9 changed files with 189 additions and 47 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "pacdef_macro"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.49"
quote = "1.0.23"
syn = "1.0.107"
[lib]
proc-macro = true