aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx_parser_macros_impl/Cargo.toml
blob: 96f3b7490a07799b3d247c114077008548bc52f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ptx_parser_macros_impl"
version = "0.0.0"
authors = ["Andrzej Janik <vosen@vosen.pl>"]
edition = "2021"

[lib]

[dependencies]
syn = { version = "2.0.67", features = ["extra-traits", "full"] }
quote = "1.0"
proc-macro2 = "1.0.86"
rustc-hash = "2.0.0"