summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 543ed0186efab7e9ce04fb50280403bfb30462cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "get"
version = "0.0.0"
edition = "2024"

[lib]
proc-macro = true

[dependencies]
syn = "2"
quote = "1.0.23"
proc-macro2 = "1.0.51"

[dev-dependencies]
trybuild = "1"