[package] name = "detection_client" version = "0.1.0" edition.workspace = true rust-version.workspace = true license.workspace = true publish.workspace = true authors.workspace = true [dependencies] shared = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } # Real gRPC stack lands with AZ-660 (`detection_client_grpc_stream`). # tonic / prost dependencies + build.rs + proto/ wiring will be added there.