summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-03-05 00:39:09 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-03-05 00:39:09 +0100
commit041df318e6b49b350502348dcfc95176077e9f8f (patch)
tree64c25d56cfee54fe25a8a8dda815e8231b2e8660 /Cargo.lock
parent6531b0855d63424b149ad5f234d1279a2548edc4 (diff)
Use a boxcar in the interner
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee11eb5..b835f73 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -59,6 +59,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
[[package]]
+name = "boxcar"
+version = "0.2.14"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "36f64beae40a84da1b4b26ff2761a5b895c12adc41dc25aaee1c4f2bbfe97a6e"
+
+[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -210,6 +216,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
name = "oryxc"
version = "0.1.0"
dependencies = [
+ "boxcar",
"clap",
"crossbeam-deque",
"dashmap",