mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-24 20:56:20 +03:00
16 lines
231 B
TOML
16 lines
231 B
TOML
[package]
|
|
name = "gen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
gen_impl = { path = "../gen_impl" }
|
|
convert_case = "0.6.0"
|
|
rustc-hash = "2.0.0"
|
|
syn = "2.0.67"
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0.86"
|