spotify-bpm-filter/Cargo.toml

15 lines
324 B
TOML
Raw Normal View History

2024-06-17 23:09:26 +02:00
[package]
name = "spotify-bpm-filter"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rspotify = { version = "0.13", features = ["cli"] }
tokio = { version = "1.38", features = ["full"] }
futures = "*"
futures-util = "*"