mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
14 lines
281 B
TOML
14 lines
281 B
TOML
[package]
|
|
name = "cuda_base"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
quote = "1.0"
|
|
syn = { version = "2.0", features = ["full", "visit-mut", "extra-traits"] }
|
|
proc-macro2 = "1.0"
|
|
rustc-hash = "1.1.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|