diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-09 01:56:04 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-10-11 15:41:32 +0200 |
| commit | f7f86cf06de62598ed635b154c45cdc8fe4e19da (patch) | |
| tree | 8545fe9a45fd61380b9131d0b2f143b6e9500222 /Cargo.toml | |
| parent | 735f59e3421d9cd9aa908318880467e93af2d788 (diff) | |
| download | frippy-f7f86cf06de62598ed635b154c45cdc8fe4e19da.tar.gz frippy-f7f86cf06de62598ed635b154c45cdc8fe4e19da.zip | |
Add command functionality
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,10 +16,10 @@ path = "src/lib.rs" [[bin]] name = "frippy" path = "bin/main.rs" +doc = false [dependencies] irc = "0.12.5" -lazy_static = "0.2.9" reqwest = "0.8.0" regex = "0.2.2" serde = "1.0.15" |
