dj-kitty-cat/Cargo.toml
Alex Page 1342253a76 [WIP] Rewrite with Poise
Still some missing commands
2023-03-01 22:29:07 -05:00

20 lines
372 B
TOML

[package]
name = "dj_kitty_cat"
version = "0.2.0"
edition = "2021"
[dependencies]
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.3.0"
features = ["yt-dlp"]
[dependencies.tokio]
version = "1.26.0"
features = ["macros", "rt-multi-thread", "signal"]