summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarc Tiehuis <marctiehuis@gmail.com>2017-03-01 18:48:06 +1300
committerAndrew Gallant <jamslam@gmail.com>2017-03-08 10:17:18 -0500
commit33ec988d7068e0d7a6d6504bcf3a06056344e887 (patch)
treebfb8cd7af35cd0de04254b2310b69f1f34d237cd /Cargo.toml
parentadff43fbb4ce7b0663759d445a944286583acaf4 (diff)
Remove regex build-dependency in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bac7e3f4..2a079292 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,6 @@ termcolor = { version = "0.3.0", path = "termcolor" }
[build-dependencies]
clap = "2.18"
lazy_static = "0.2"
-regex = "0.2.1"
[features]
avx-accel = ["bytecount/avx-accel"]