mul/Cargo.toml

18 lines
358 B
TOML
Raw Permalink Normal View History

2023-04-28 07:11:34 +00:00
[package]
name = "mul"
version = "0.1.0"
edition = "2021"
[build-dependencies]
2023-07-20 03:03:15 +00:00
lalrpop = "0.20.0"
2023-04-28 07:11:34 +00:00
[dependencies]
2023-08-06 03:17:42 +00:00
anyhow = "1"
2023-07-20 03:03:15 +00:00
lalrpop-util = { version = "0.20.0", features = ["lexer"] }
2023-07-03 01:37:06 +00:00
pico-args = { version = "0.5.0", features = ["eq-separator", "short-space-opt", "combined-flags"] }
2023-04-28 07:11:34 +00:00
regex = "1"
2023-08-06 03:17:42 +00:00
thiserror = "1"
# [dev-dependencies]
# goldentests = "1"