summaryrefslogtreecommitdiff
path: root/rola-vcs/internal_macros/Cargo.toml
blob: 0d6f64142fb6108d89c09992eb70ced1eeacc07b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rorolala_internal_macros"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"