aboutsummaryrefslogtreecommitdiff
path: root/examples/06_voice/Cargo.toml
blob: 0472203bfcbcbff7a6650fe406cf9fdcb59e9532 (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "06_voice"
version = "0.1.0"
authors = ["my name <[email protected]>"]

[dependencies.serenity]
features = ["cache", "framework", "voice"]
path = "../../"