From e4066b96bd06eca5b21a3b8685721029144c5e95 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 4 Jun 2020 13:47:20 +0000 Subject: [PATCH] enabled regex --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index dd7b32c..457d548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +regex = "1"