mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-03-21 18:04:10 -05:00
15 lines
269 B
TOML
15 lines
269 B
TOML
[package]
|
|
name = "psmap_derive"
|
|
version = "2.0.0"
|
|
authors = ["Matt Bilker <me@mbilker.us>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.1"
|
|
quote = "1.0.2"
|
|
syn = { version = "1.0.5", features = ["extra-traits", "full"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|