Move examples from the Serenity repository

This commit is contained in:
Alex M. M
2020-11-13 16:20:57 +01:00
parent 4a897a7b76
commit f5bf54a63d
12 changed files with 1586 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
[package]
name = "voice_events_queue"
version = "0.1.0"
authors = ["my name <my@email.address>"]
edition = "2018"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
[dependencies.songbird]
path = "../../../"
[dependencies.serenity]
features = ["cache", "standard_framework", "voice", "rustls_backend"]
git = "https://github.com/serenity-rs/serenity"
branch = "current"
[dependencies.tokio]
version = "0.2"
features = ["macros"]