From 85f52b253776ff4d9ce66839320c00fdabcda44d Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Tue, 13 Feb 2018 14:29:12 -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..a401379 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "thulani-rs" +version = "0.1.0" +authors = ["Nathan Perry "] + +[dependencies] + +[dependencies.serenity] +version = "0.5" +default-features = false +features = ["builder", "cache", "client", "framework", "model", "utils", "voice"] -- cgit v1.3.1