music-bot/Cargo.toml

11 lines
252 B
TOML
Raw Normal View History

2024-03-22 21:49:30 +07:00
[package]
name = "music_bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rodio = "0.17.3"
rustube = { version = "0.6.0", features = ["blocking"] }