From 2d948395d0720d56632e748e77d834a48080c5ed Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 05:13:42 -0500 Subject: speed up 19/2 a bunch --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf