2024-10-12 12:15:31 -06:00
|
|
|
[package]
|
|
|
|
name = "spoticord_api"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
spoticord_database = { path = "../spoticord_database" }
|
|
|
|
spoticord_session = { path = "../spoticord_session" }
|
|
|
|
spoticord_api_grpc = { path = "../spoticord_api_grpc"}
|
2024-10-14 20:44:48 -06:00
|
|
|
spoticord_player = { path = "../spoticord_player"}
|
2024-10-12 12:15:31 -06:00
|
|
|
prost = "0.13.3"
|
|
|
|
tokio = {version = "1.38.0", features = ["io-util", "net", "rt-multi-thread"]}
|
|
|
|
axum = "0.7.5"
|
|
|
|
env_logger = "0.11.3"
|
|
|
|
log = "0.4.21"
|
|
|
|
thiserror = "1.0.61"
|
2024-10-14 20:44:48 -06:00
|
|
|
tonic = "0.12.3"
|