mirror of
https://github.com/OMGeeky/confique.git
synced 2025-12-29 15:56:00 +01:00
15 lines
274 B
TOML
15 lines
274 B
TOML
[package]
|
|
name = "confique-macro"
|
|
version = "0.0.1"
|
|
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1.0", features = ["extra-traits"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
heck = "0.3.2"
|