17 lines
433 B
TOML
17 lines
433 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
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.2", features = ["derive"] }
|
|
# This is the latest version that actually uses AES on arm64
|
|
ahash = "0.8.11"
|
|
bumpalo-herd = "0.1.2"
|
|
anyhow = "1.0.80"
|
|
indicatif = "0.17.8"
|
|
memchr = "2.7.1"
|
|
memmap2 = "0.9.4"
|
|
hashbrown = "0.14.3"
|