From 023e428b2669b13b769a946341c08f1a8006a31d Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 9 Dec 2023 04:09:31 +0100 Subject: day7+1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cd0fb9..a010327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +num = "0.4.1" regex = "1.10.2" -- cgit v1.2.3