lesavka/client/Cargo.toml

24 lines
859 B
TOML

[package]
name = "navka_client"
version = "0.3.0"
edition = "2024"
[dependencies]
tokio = { version = "1.45", features = ["full", "fs", "rt-multi-thread", "macros", "sync", "time"] }
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 = { version = "0.3", features = ["fmt", "env-filter"] }
tracing-appender = "0.2"
futures = "0.3"
evdev = "0.13"
[build-dependencies]
prost-build = "0.13"
[lib]
name = "navka_client"
path = "src/lib.rs"