14 lines
250 B
TOML
14 lines
250 B
TOML
[package]
|
|
name = "spoticord_api_grpc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bytes = "1.6.0"
|
|
tonic = "0.12.3"
|
|
prost = "0.13.3"
|
|
tokio = {version = "1.38.0", features = ["io-util", "test-util"]}
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.12.3"
|