summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-28 08:54:19 -0500
committerDavid Li <li.davidm96@gmail.com>2016-01-28 08:54:19 -0500
commitbd38d7f46a6b97b20ff5ef0c0c0c7ccd1e6b00d2 (patch)
treeebbff04e524a5ce0732ba78bdfa68962f109aa3f /Cargo.lock
parent9f36a68fba2d3c1e3e7052cc0a4e75f9c569adaa (diff)
feat(emote): randomly choose appropriate emoteHEADmaster
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5ba7bad..41f015c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,6 +4,8 @@ version = "0.1.0"
dependencies = [
"hyper 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"irc 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_macros 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",