mylang/rustimpl/Cargo.toml

13 lines
278 B
TOML
Raw Permalink Normal View History

2024-05-21 09:02:06 +00:00
[package]
name = "rustimpl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lalrpop-util = { version = "0.20.2", features = ["lexer"] }
[build-dependencies]
lalrpop = "0.20.2"