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

[lib]
proc-macro = true

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

[dev-dependencies]
trybuild = "1"