summaryrefslogtreecommitdiff
path: root/gen/macros/Cargo.toml
blob: 59867f8ca0026662d0c37e5cf3943136cd1a2ec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "res_gen_macros"
edition = "2024"
version.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full", "visit-mut"] }
quote = "1.0"
proc-macro2 = "1.0"
sha2 = "0.10"