lalrpop_codespan/Cargo.toml

12 lines
293 B
TOML
Raw Permalink Normal View History

2022-01-16 16:49:26 +00:00
[package]
name = "lalrpop_codespan"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.52"
codespan-reporting = "0.11.1"
lalrpop-util = { version = "0.19.6", features = ["lexer"] }