summary refs log tree commit diff stats
path: root/rocie-macros/Cargo.toml
blob: 01e9e5cba3936165dd948bc6dbcb920715481574 (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 = []}
prettyplease = "0.2"

[lib]
proc-macro = true