1
0
mirror of synced 2024-11-30 10:24:30 +01:00
ImHex/lib/libimhex-rs/proc_macros/Cargo.toml

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"