aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-06-05 18:13:08 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-06-05 18:13:08 +0300
commitff75fa542a98cf9a79133a81b7716401e717bfd6 (patch)
treec9433151c9dc21a16a822d4a8f1f6f7c526b1701 /Cargo.toml
parent4f9d09b58ae81e4e6144b85ce36ba424e319b779 (diff)
downloadtiny-server-ff75fa542a98cf9a79133a81b7716401e717bfd6.tar.xz
tiny-server-ff75fa542a98cf9a79133a81b7716401e717bfd6.zip
codecrafters submit [skip ci]
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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