spoticord/spoticord_config/Cargo.toml

12 lines
231 B
TOML
Raw Normal View History

2024-08-12 14:14:24 +00:00
[package]
name = "spoticord_config"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
edition = "2021"
[dependencies]
rspotify = { version = "0.13.2", default-features = false, features = [
"client-reqwest",
"reqwest-rustls-tls",
] }
serenity = "0.12.2"