csci8980-f23/bidir/Cargo.toml

15 lines
285 B
TOML
Raw Normal View History

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"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
trace = "0.1.7"