From efc9896da7901421b4e687d377e0cb75e2e99c2a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2021 18:58:55 -0500 Subject: slight improvement for regex matching --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cccaac3..e863961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" [dependencies] ahash = "0.7.6" anyhow = "1.0.51" +lazy_static = "1.4.0" paw = "1.0.0" priority-queue = "1.2.1" regex = "1.5.4" -- cgit v1.2.3-54-g00ecf