mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-22 11:46:26 +03:00
13 lines
210 B
TOML
13 lines
210 B
TOML
[package]
|
|
name = "gen_impl"
|
|
version = "0.1.0"
|
|
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"
|