lesavka/client/Cargo.toml
2025-06-02 20:18:19 -05:00

15 lines
306 B
TOML

[package]
name = "navka-client"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.45", features = ["full", "fs"] }
tonic = "0.11"
tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0"
navka-common = { path = "../common" }
[build-dependencies]
prost-build = "0.12"