aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_bindgen/Cargo.toml
blob: df53d49aaa21da2b534012a0b5d156dae8f05b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "zluda_bindgen"
version = "0.1.0"
edition = "2021"

[dependencies]
bindgen = "0.70"
syn = { version = "2.0", features = ["full", "visit-mut"] }
proc-macro2 = "1.0.89"
quote = "1.0"
prettyplease = "0.2.25"