diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-09 23:55:47 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-10-11 15:41:32 +0200 |
| commit | 44d50cecf46e379ef42381d435c1db13cdea1e82 (patch) | |
| tree | 22b7436c254dd60f2ebebeb0e4293e9c780cb516 /Cargo.lock | |
| parent | ea3cd019142d2276ba9a6a9a3945143b18789873 (diff) | |
| download | frippy-44d50cecf46e379ef42381d435c1db13cdea1e82.tar.gz frippy-44d50cecf46e379ef42381d435c1db13cdea1e82.zip | |
Use regex to check for commands
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ version = "0.1.0" dependencies = [ "clippy 0.0.165 (registry+https://github.com/rust-lang/crates.io-index)", "irc 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
