lesavka/client/Cargo.toml

15 lines
265 B
TOML
Raw Normal View History

2025-06-01 13:31:22 -05:00
[package]
name = "navka-client"
version = "0.1.0"
edition = "2021"
[dependencies]
2025-06-01 14:54:25 -05:00
tokio = { version = "1.45", features = ["full"] }
tonic = "0.11"
tokio-stream = "0.1"
anyhow = "1.0"
2025-06-01 13:31:22 -05:00
navka-common = { path = "../common" }
2025-06-01 14:54:25 -05:00
[build-dependencies]
prost-build = "0.12"