spoticord/spoticord_database/Cargo.toml

19 lines
483 B
TOML
Raw Normal View History

2024-08-12 14:14:24 +00:00
[package]
name = "spoticord_database"
version = "2.2.4"
2024-08-12 14:14:24 +00:00
edition = "2021"
[dependencies]
spoticord_config = { path = "../spoticord_config" }
diesel = { version = "2.2.2", features = ["chrono"] }
diesel-async = { version = "0.5.0", features = ["deadpool", "postgres"] }
2024-08-12 14:14:24 +00:00
rspotify = { version = "0.13.2", default-features = false, features = [
"client-reqwest",
"reqwest-rustls-tls",
] }
chrono = "0.4.38"
thiserror = "1.0.63"
rand = "0.8.5"
diesel_async_migrations = "0.13.0"