summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f1150b..eef1655 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,8 @@ authors = ["David Li <li.davidm96@gmail.com>"]
[dependencies]
hyper = "0.7.2"
irc = "0.9.2"
+lazy_static = "0.1.*"
+rand = "0.3"
serde = "*"
serde_json = "*"
serde_macros = "*"