summary refs log tree commit diff stats
path: root/rocie-macros/Cargo.toml
blob: afbb9425f9afa1f338f005b0d57c29c885bd44a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rocie-macros"
version = "0.1.0"
edition = "2024"

[dependencies]
proc-macro2 = "1.0.101"
quote = "1.0.41"
syn = { version = "2.0.106", features = ["full"] }
prettyplease = "0.2"

[lib]
proc-macro = true