From cab5c40d08990632a584670e6705ce0a8b041c23 Mon Sep 17 00:00:00 2001 From: Teppy Date: Sun, 29 Sep 2024 08:09:22 -0400 Subject: [PATCH] Updated Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 63da070..803ad98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,5 @@ debug = true [dependencies] rand="0.8.5" finum={ path="../finum" } +hashbrown="0.14.5"