aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-02-13 14:29:12 -0500
committerNathan Perry <avaglir@gmail.com>2018-02-13 14:29:12 -0500
commit85f52b253776ff4d9ce66839320c00fdabcda44d (patch)
tree6e414b2c13f301afa1a8bb58cfaadd51d5dc1bfb /Cargo.toml
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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 <avaglir@gmail.com>"]
+
+[dependencies]
+
+[dependencies.serenity]
+version = "0.5"
+default-features = false
+features = ["builder", "cache", "client", "framework", "model", "utils", "voice"]