housekeeping(server): trimmed-down dependencies

This commit is contained in:
hdbg
2026-02-14 18:49:52 +01:00
parent 02ed243810
commit 54a41743be
9 changed files with 16 additions and 430 deletions

View File

@@ -6,20 +6,14 @@ repository = "https://git.markettakers.org/MarketTakers/arbiter"
[dependencies]
tonic.workspace = true
prost.workspace = true
bytes = "1.11.1"
prost-derive = "0.14.3"
prost-types.workspace = true
tonic-prost = "0.14.3"
rkyv = "0.8.15"
tokio.workspace = true
futures.workspace = true
kameo.workspace = true
hex = "0.4.3"
tonic-prost = "0.14.3"
prost = "0.14.3"
kameo.workspace = true
[build-dependencies]
prost-build = "0.14.3"
serde_json = "1"
tonic-prost-build = "0.14.3"