bilrow/calculate/Cargo.toml
2024-09-27 13:40:34 -05:00

18 lines
403 B
TOML

[package]
name = "bilrow-calculate"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = true
[dependencies]
clap = { version = "4.5.7", features = ["derive"] }
gxhash = "3.4.1"
bumpalo-herd = "0.1.2"
anyhow = "1.0.86"
indicatif = "0.17.8"
memchr = "2.7.4"
memmap2 = "0.9.4"
hashbrown = "0.14.5"