diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:39:09 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-05 00:39:09 +0100 |
| commit | 041df318e6b49b350502348dcfc95176077e9f8f (patch) | |
| tree | 64c25d56cfee54fe25a8a8dda815e8231b2e8660 /oryxc/Cargo.toml | |
| parent | 6531b0855d63424b149ad5f234d1279a2548edc4 (diff) | |
Use a boxcar in the interner
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index cd5dedf..a7ab1e4 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +boxcar = "0.2.14" clap = { version = "4", features = ["derive"] } crossbeam-deque = "0.8.6" dashmap = "6.1.0" |