2023-11-02 04:46:22 +00:00
|
|
|
[package]
|
|
|
|
name = "bidir"
|
|
|
|
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.75"
|
2023-11-04 18:49:54 +00:00
|
|
|
dashmap = "5.5.3"
|
2023-11-02 04:46:22 +00:00
|
|
|
im = "15.1.0"
|
2023-11-04 19:33:21 +00:00
|
|
|
lalrpop-util = { version = "0.20.0", features = ["lexer", "regex", "unicode"] }
|
2023-11-02 04:46:22 +00:00
|
|
|
lazy_static = "1.4.0"
|
2023-11-04 19:33:21 +00:00
|
|
|
rustyline = "12.0.0"
|
2023-11-02 08:13:47 +00:00
|
|
|
trace = "0.1.7"
|
2023-11-04 19:33:21 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
lalrpop = "0.20.0"
|