mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-14 15:25:08 +01:00
15 lines
317 B
TOML
15 lines
317 B
TOML
[package]
|
|
name = "mono-fmt-macro"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
peekmore = "1.0.0"
|
|
proc-macro2 = "1.0.43"
|
|
quote = "1.0.21"
|
|
syn = { version = "1.0.99", features = ["full"] }
|