DaXcess bba96969e2
General housekeeping
- Updated dependencies
- Updated rust version in Dockerfile
- Updated workflow scripts to newer versions
- Replaced lazy_static with LazyLock
- Added descriptions to update behavior
2024-08-19 12:05:34 +02:00

12 lines
231 B
TOML

[package]
name = "spoticord_config"
version = "2.2.0"
edition = "2021"
[dependencies]
rspotify = { version = "0.13.2", default-features = false, features = [
"client-reqwest",
"reqwest-rustls-tls",
] }
serenity = "0.12.2"