summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMario Krehl <mario-krehl@gmx.de>2017-12-09 21:11:26 +0100
committerMario Krehl <mario-krehl@gmx.de>2017-12-09 21:11:26 +0100
commit4bc2caadbfbb831dbaa7faf291f5e00fe1182583 (patch)
tree082e90369215f4345003f3ba7271134d7f000a96 /Cargo.toml
parentf31d9b16c91afd4bedc9a9dfe856e019561ed4f9 (diff)
Tests with Regexin main; refactoring of config handling code
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5f0c80..cf30ef4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,9 @@ version = "0.1.0"
clap = "2"
error-chain = "0.11"
log = "^0.3.8"
+regex = "0.2"
serde = "1"
serde_derive = "1"
serde_json = "1"
simplelog = "^0.4.3"
toml = "^0.4"
-