summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-10-20 19:57:00 +0300
committerLars Wirzenius <liw@liw.fi>2019-10-20 19:57:00 +0300
commitb03dc7bb3497bb4f268a62e10917a4d2b694e7b6 (patch)
tree4a5a0ee42ab38dcb7398cbdd27f894df0ad102ae /Cargo.toml
parentb2a2adaeb6c36ba7aa7e633e48ef83db69796c88 (diff)
downloadsubplot-b03dc7bb3497bb4f268a62e10917a4d2b694e7b6.tar.gz
Add: depend on 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 0b11e37..bada61a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,3 +15,4 @@ structopt = "0.3"
base64 = "0.10.0"
roadmap = "0.1.0"
tempfile-fast = "0.3.1"
+regex = "1"