summaryrefslogtreecommitdiffstats
path: root/CLI/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'CLI/rust/Cargo.toml')
-rw-r--r--CLI/rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml
index a741a3d..752c526 100644
--- a/CLI/rust/Cargo.toml
+++ b/CLI/rust/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2018"
[dependencies]
clap = { version = "3.0.0-beta.2", features = ["wrap_help"] }
rand = "0.8.3"
+regex = "1.4.5"
terminal_size = "0.1.16"
[dev-dependencies]