summaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
blob: 00efccf7ca45b41ddc5521c8f1cd45fd0ae15d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ridicule-macros"
version = "0.1.0"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.26"
syn = { version = "1.0.109", features = ["full", "printing"] }
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.52"