wgsl-preprocessor/Cargo.toml

15 lines
234 B
TOML
Raw Permalink Normal View History

[package]
2024-08-09 15:12:01 -04:00
name = "wgsl_preprocessor"
version = "0.1.0"
edition = "2021"
[dependencies]
pest = "2.7.11"
pest_derive = "2.7.11"
2024-08-08 21:29:52 -04:00
regex = "1.10.6"
thiserror = "1.0.63"
tracing = "0.1.40"
2024-08-11 10:34:20 -04:00
[dev-dependencies]
tracing-subscriber = "0.3.18"