Files
arbiter/server/crates/arbiter-proto/Cargo.toml
2026-02-17 22:20:30 +01:00

21 lines
373 B
TOML

[package]
name = "arbiter-proto"
version = "0.1.0"
edition = "2024"
repository = "https://git.markettakers.org/MarketTakers/arbiter"
license = "Apache-2.0"
[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
[build-dependencies]
tonic-prost-build = "0.14.3"