aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-09 01:56:04 +0200
committerJokler <jokler.contact@gmail.com>2017-10-11 15:41:32 +0200
commitf7f86cf06de62598ed635b154c45cdc8fe4e19da (patch)
tree8545fe9a45fd61380b9131d0b2f143b6e9500222 /Cargo.toml
parent735f59e3421d9cd9aa908318880467e93af2d788 (diff)
downloadfrippy-f7f86cf06de62598ed635b154c45cdc8fe4e19da.tar.gz
frippy-f7f86cf06de62598ed635b154c45cdc8fe4e19da.zip
Add command functionality
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 621b681..21af580 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"