19 lines
483 B
TOML
19 lines
483 B
TOML
[package]
|
|
name = "spoticord_database"
|
|
version = "2.2.2"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
spoticord_config = { path = "../spoticord_config" }
|
|
|
|
diesel = { version = "2.2.2", features = ["chrono"] }
|
|
diesel-async = { version = "0.5.0", features = ["deadpool", "postgres"] }
|
|
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"
|