21 lines
379 B
TOML
21 lines
379 B
TOML
[package]
|
|
name = "arbiter-proto"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
repository = "https://git.markettakers.org/MarketTakers/arbiter"
|
|
|
|
[dependencies]
|
|
tonic.workspace = true
|
|
tokio.workspace = true
|
|
futures.workspace = true
|
|
hex = "0.4.3"
|
|
tonic-prost = "0.14.3"
|
|
prost = "0.14.3"
|
|
kameo.workspace = true
|
|
prost-types.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14.3"
|
|
|
|
|