From bd38d7f46a6b97b20ff5ef0c0c0c7ccd1e6b00d2 Mon Sep 17 00:00:00 2001 From: David Li Date: Thu, 28 Jan 2016 08:54:19 -0500 Subject: feat(emote): randomly choose appropriate emote --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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 "] [dependencies] hyper = "0.7.2" irc = "0.9.2" +lazy_static = "0.1.*" +rand = "0.3" serde = "*" serde_json = "*" serde_macros = "*" -- cgit v1.2.3