summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"