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

[lib]
proc-macro = true

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

[dev-dependencies]
trybuild = "1"