22 lines
716 B
TOML
22 lines
716 B
TOML
![]() |
[package]
|
||
|
name = "spoticord_session"
|
||
|
version = "2.2.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
spoticord_config = { path = "../spoticord_config" }
|
||
|
spoticord_database = { path = "../spoticord_database" }
|
||
|
spoticord_player = { path = "../spoticord_player" }
|
||
|
spoticord_utils = { path = "../spoticord_utils" }
|
||
|
|
||
|
tokio = { version = "1.39.2", features = ["full"] }
|
||
|
librespot = { git = "https://github.com/SpoticordMusic/librespot.git", version = "0.5.0-dev", default-features = false }
|
||
|
serenity = "0.12.2"
|
||
|
songbird = { version = "0.4.3", features = ["simd-json"] }
|
||
|
anyhow = "1.0.86"
|
||
|
log = "0.4.22"
|
||
|
base64 = "0.22.1"
|
||
|
poise = "0.6.1"
|