[WIP] Rewrite with Poise
Still some missing commands
This commit is contained in:
parent
f00c76f2c5
commit
1342253a76
3 changed files with 166 additions and 526 deletions
27
Cargo.toml
27
Cargo.toml
|
@ -1,23 +1,20 @@
|
|||
[package]
|
||||
name = "dj-kitty-cat"
|
||||
version = "0.1.0"
|
||||
authors = ["my name <my@email.address>"]
|
||||
edition = "2018"
|
||||
name = "dj_kitty_cat"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.2"
|
||||
tracing-futures = "0.2"
|
||||
anyhow = "1.0.69"
|
||||
parking_lot = "0.12.1"
|
||||
poise = "0.5.2"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.16"
|
||||
tracing-futures = "0.2.5"
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.2"
|
||||
features = ["builtin-queue"]
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.10"
|
||||
default-features = false
|
||||
features = ["cache", "client", "gateway", "model", "voice", "rustls_backend", "unstable_discord_api"]
|
||||
version = "0.3.0"
|
||||
features = ["yt-dlp"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.0"
|
||||
version = "1.26.0"
|
||||
features = ["macros", "rt-multi-thread", "signal"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue