summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-02-07 14:46:52 -0800
committerBert Belder <bertbelder@gmail.com>2019-02-07 14:46:52 -0800
commitf22e0d72c52e89994a81265d35a023d85f230fd7 (patch)
treeb7f4806e400f40bc5208ddde6a4a5bd78c25f9e3 /Cargo.toml
parentc26cf4f8125d4ee2281fa1516a5311273e82875c (diff)
third_party: add the 'regex' crate
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 652a0d988..487ec385e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ lazy_static = "1.2.0"
libc = "0.2.48"
log = "0.4.6"
rand = "0.6.4"
+regex = "1.1.0"
remove_dir_all = "0.5.1"
ring = "0.14.3"
rustyline = "3.0.0"