diff options
| author | taitep <taitep@taitep.se> | 2026-01-02 12:44:50 +0100 |
|---|---|---|
| committer | taitep <taitep@taitep.se> | 2026-01-02 12:44:50 +0100 |
| commit | 21fb6cbc8baab44c57c004e9f78904630044499d (patch) | |
| tree | 283c913dd12cddc7e5ffffd938cdbd229692d51b /Cargo.toml | |
| parent | bbc9e0b9ff62c31b6f8da0daff90a883957181f7 (diff) | |
Switch from std::mpsc channels to crossbeam
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
