Switch from std::mpsc channels to crossbeam

This commit is contained in:
2026-01-02 12:44:50 +01:00
parent bbc9e0b9ff
commit 21fb6cbc8b
5 changed files with 74 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.53", features = ["derive"] }
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
goblin = "0.10.4"
int-enum = "1.2.0"
memmap2 = "0.9.8"