From b2862cf019b83ac3f331b43fc12ec75959ddd54a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Dec 2021 01:32:43 -0500 Subject: day 15 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c62d2ae..f6fd153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,6 @@ edition = "2021" [dependencies] anyhow = "1.0.51" paw = "1.0.0" +priority-queue = "1.2.1" regex = "1.5.4" structopt = { version = "0.3.25", features = ["paw", "wrap_help"] } -- cgit v1.2.3-54-g00ecf