diff options
| author | Zeyla Hellyer <[email protected]> | 2018-01-18 09:09:06 -0800 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-01-18 09:09:06 -0800 |
| commit | ba112ccb7d3b1d524b29a999f21624cfa356cffa (patch) | |
| tree | c9d86eb546b12f131532a36d3fad49c6a02501bf /examples/06_voice/Cargo.toml | |
| parent | Use an InterMessage to communicate over gateway (diff) | |
| download | serenity-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.toml | 3 |
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 = "../../" |