Files
ws-agent/crates/daemon/Cargo.toml
2026-01-26 18:04:07 +02:00

11 lines
207 B
TOML

[package]
name = "daemon"
version = "0.1.0"
edition = "2021"
[dependencies]
shared = { path = "../shared" }
tokio = { version = "1.49.0", features = ["full"] }
tonic = "0.14.2"
tonic-reflection = "0.14.2"