heh
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c94db9a..c8d7374 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,11 @@ edition = "2021"
[dependencies]
atools = "0.1.5"
+bitvec = "1.0.1"
# hinted = "0.0.1"
itertools = "0.12.0"
memchr = "2.6.4"
+rayon = "1.10.0"
# radsort = "0.1.1"
rustc-hash = { version = "2.1.0", features = ["nightly"] }
[profile.release]