From ff75fa542a98cf9a79133a81b7716401e717bfd6 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 5 Jun 2024 18:13:08 +0300 Subject: codecrafters submit [skip ci] --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 321f7f7..6a19fc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,6 +25,7 @@ thiserror = "1.0.38" # error handling tokio = { version = "1.23.0", features = ["full"] } # async networking nom = "7.1.3" # parser combinators itertools = "0.11.0" # General iterator helpers +regex = "1.10.4" [dev-dependencies] pretty_assertions = "1.3.0" # nicer looking assertions -- cgit v1.2.3