2023-02-07 02:07:53 -05:00
|
|
|
[package]
|
|
|
|
|
name = "kr"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
2023-04-04 23:40:09 -04:00
|
|
|
|
|
|
|
|
[profile.bench]
|
|
|
|
|
debug = true
|
|
|
|
|
|
2023-02-07 02:07:53 -05:00
|
|
|
[dependencies]
|
|
|
|
|
lalrpop-util = {version="0.19.7", features=["lexer"]}
|
|
|
|
|
regex = "1"
|
2023-02-12 16:16:59 -05:00
|
|
|
once_cell = "1.17.0"
|
2023-03-19 00:59:46 -04:00
|
|
|
anyhow = "1"
|
2023-02-07 02:07:53 -05:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
lalrpop = "0.19.7"
|