aboutsummaryrefslogtreecommitdiff
path: root/examples/06_voice/Cargo.toml
blob: a2f4bbb94916781f7b49c98998237338590170d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
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 = "../../"