summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-21 05:13:42 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-21 05:13:42 -0500
commit2d948395d0720d56632e748e77d834a48080c5ed (patch)
treef6fda931615c64be729b9167831b31b7d90713d8 /Cargo.toml
parente76b37e54b1e4c0e13f9f6b608ee46b87bd0ba6e (diff)
downloadadvent-of-code-2d948395d0720d56632e748e77d834a48080c5ed.tar.gz
advent-of-code-2d948395d0720d56632e748e77d834a48080c5ed.zip
speed up 19/2 a bunch
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 f6fd153..cccaac3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+ahash = "0.7.6"
anyhow = "1.0.51"
paw = "1.0.0"
priority-queue = "1.2.1"