This commit is contained in:
Oleg Sobolev 2024-03-22 21:49:30 +07:00
commit b0e8b24706
8 changed files with 2697 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[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"] }