1
0
mirror of synced 2025-02-06 22:24:24 +01:00

11 lines
164 B
TOML

[package]
name = "imhex-macros"
version = "0.1.0"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = { version = "1", features = ["full"] }
quote = "1"