aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-14 00:22:39 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-14 00:22:39 +0200
commit149e0b6ae9871515be21f23b492f5ef7355e2ca4 (patch)
treed5b1bf8281a3a1cf181d5c921a53dfd99fd8b7a9 /Cargo.toml
parent0723ea6b6bb6832b11582eeb8a330d2bdb6077b5 (diff)
make fast using hash instead of dictionary
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dbb40f1..55b2542 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ serde_json = "1.0.100"
walkdir = "2.3.3"
lyon_algorithms = "1"
once_cell = "1"
+bincode = "1.3.3"