implement string regex matcher

This commit is contained in:
Dietmar Maurer
2018-11-07 12:35:52 +01:00
parent 144f0f5eda
commit d46287e083
2 changed files with 36 additions and 3 deletions

View File

@ -18,4 +18,5 @@ serde_json = "1.0.32"
serde_derive = "1.0.80"
url = "1.7.1"
hyper = "0.12.13"
lazy_static = "1.1.0"
lazy_static = "1.1.0"
regex = "1.0.6"