22 lines
412 B
TOML
22 lines
412 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"
|
|
openai = "1.0.0-alpha.6"
|
|
rand = "0.8.5"
|
|
|
|
[dependencies.songbird]
|
|
version = "0.3.0"
|
|
features = ["yt-dlp"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.26.0"
|
|
features = ["macros", "rt-multi-thread", "signal"]
|