12 lines
251 B
TOML
12 lines
251 B
TOML
[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"
|
|
im = "15.1.0"
|
|
lazy_static = "1.4.0"
|
|
parking_lot = "0.12.1"
|