aboutsummaryrefslogtreecommitdiff
path: root/examples/06_voice/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-18 09:09:06 -0800
committerZeyla Hellyer <[email protected]>2018-01-18 09:09:06 -0800
commitba112ccb7d3b1d524b29a999f21624cfa356cffa (patch)
treec9d86eb546b12f131532a36d3fad49c6a02501bf /examples/06_voice/Cargo.toml
parentUse an InterMessage to communicate over gateway (diff)
downloadserenity-ba112ccb7d3b1d524b29a999f21624cfa356cffa.tar.xz
serenity-ba112ccb7d3b1d524b29a999f21624cfa356cffa.zip
Expose a client voice manager
Diffstat (limited to 'examples/06_voice/Cargo.toml')
-rw-r--r--examples/06_voice/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/06_voice/Cargo.toml b/examples/06_voice/Cargo.toml
index 410e717..a2f4bbb 100644
--- a/examples/06_voice/Cargo.toml
+++ b/examples/06_voice/Cargo.toml
@@ -3,6 +3,9 @@ name = "06_voice"
version = "0.1.0"
authors = ["my name <[email protected]>"]
+[dependencies]
+typemap = "~0.3"
+
[dependencies.serenity]
features = ["cache", "framework", "standard_framework", "voice"]
path = "../../"