[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"} 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" tonic = "0.12.3"