From ed9dff167471dc1e84963e4c56dbfda0a7edbc73 Mon Sep 17 00:00:00 2001 From: David Li Date: Wed, 27 Jan 2016 08:14:40 -0500 Subject: Initial commit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..2f1150b --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "irc_wiki_bot" +version = "0.1.0" +authors = ["David Li "] + +[dependencies] +hyper = "0.7.2" +irc = "0.9.2" +serde = "*" +serde_json = "*" +serde_macros = "*" -- cgit v1.2.3