mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-23 17:24:44 +00:00
16 lines
347 B
TOML
16 lines
347 B
TOML
[package]
|
|
name = "ptx_parser"
|
|
version = "0.0.0"
|
|
authors = ["Andrzej Janik <vosen@vosen.pl>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
logos = "0.14"
|
|
winnow = { version = "0.6.18" }
|
|
ptx_parser_macros = { path = "../ptx_parser_macros" }
|
|
thiserror = "1.0"
|
|
bitflags = "1.2"
|
|
rustc-hash = "2.0.0"
|
|
derive_more = { version = "1", features = ["display"] }
|