music-bot/Cargo.toml

15 lines
378 B
TOML
Raw Permalink 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]
2024-03-25 16:22:00 +07:00
futures = "0.3.30"
2024-03-22 21:49:30 +07:00
rodio = "0.17.3"
2024-03-25 16:22:00 +07:00
teloxide = { version = "0.12", features = ["macros"] }
log = "0.4"
pretty_env_logger = "0.5"
tokio = { version = "1.8", features = ["rt-multi-thread", "macros"] }