aboutsummaryrefslogtreecommitdiff
path: root/examples/10_voice_receive/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-30 17:18:44 -0800
committerZeyla Hellyer <[email protected]>2018-01-30 17:18:44 -0800
commitb9a7e50579718a20e60a19f0c0d410661ee3e77a (patch)
tree1c251078a6894cfedeb851e42325cb0e4f215756 /examples/10_voice_receive/Cargo.toml
parentRemove an `Into<Option<T>>` (diff)
downloadserenity-b9a7e50579718a20e60a19f0c0d410661ee3e77a.tar.xz
serenity-b9a7e50579718a20e60a19f0c0d410661ee3e77a.zip
Add simple voice receive example
Diffstat (limited to 'examples/10_voice_receive/Cargo.toml')
-rw-r--r--examples/10_voice_receive/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/10_voice_receive/Cargo.toml b/examples/10_voice_receive/Cargo.toml
new file mode 100644
index 0000000..fd1a520
--- /dev/null
+++ b/examples/10_voice_receive/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "10_voice_receive"
+version = "0.1.0"
+authors = ["my name <[email protected]>"]
+
+[dependencies]
+byteorder = "^1.2"
+env_logger = "~0.4"
+log = "~0.4"
+typemap = "~0.3"
+
+[dependencies.serenity]
+features = ["client", "standard_framework", "voice"]
+path = "../../"