mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-25 05:06:38 +03:00
11 lines
195 B
TOML
11 lines
195 B
TOML
[package]
|
|
name = "ptx_parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
logos = "0.14"
|
|
winnow = { version = "0.6.18", features = ["debug"] }
|
|
gen = { path = "../gen" }
|
|
thiserror = "1.0"
|