aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-09 23:55:47 +0200
committerJokler <jokler.contact@gmail.com>2017-10-11 15:41:32 +0200
commit44d50cecf46e379ef42381d435c1db13cdea1e82 (patch)
tree22b7436c254dd60f2ebebeb0e4293e9c780cb516 /Cargo.toml
parentea3cd019142d2276ba9a6a9a3945143b18789873 (diff)
downloadfrippy-44d50cecf46e379ef42381d435c1db13cdea1e82.tar.gz
frippy-44d50cecf46e379ef42381d435c1db13cdea1e82.zip
Use regex to check for commands
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 21af580..552d95c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ doc = false
irc = "0.12.5"
reqwest = "0.8.0"
regex = "0.2.2"
+lazy_static = "0.2.9"
serde = "1.0.15"
serde_json = "1.0.3"