lesavka/client/Cargo.toml

23 lines
734 B
TOML
Raw Normal View History

2025-06-01 13:31:22 -05:00
[package]
2025-06-08 04:11:58 -05:00
name = "navka_client"
version = "0.2.0"
edition = "2024"
2025-06-01 13:31:22 -05:00
[dependencies]
2025-06-08 04:11:58 -05:00
tokio = { version = "1.45", features = ["full", "fs"] }
tonic = { version = "0.13", features = ["transport"] }
tokio-stream = { version = "0.1", features = ["sync"] }
anyhow = "1.0"
navka_common = { path = "../common" }
tracing = { version = "0.1", features = ["std"] }
tracing-subscriber = "0.3"
futures = "0.3"
evdev = "0.13"
2025-06-01 14:54:25 -05:00
[build-dependencies]
2025-06-08 04:11:58 -05:00
prost-build = "0.13"
[lib]
name = "navka_client"
path = "src/lib.rs"