[package] name = "client_util" version = "0.1.0" authors = ["Raphael Taylor-Davies "] description = "Shared code for IOx clients" edition = "2021" [dependencies] http = "0.2.3" prost = "0.8" thiserror = "1.0.30" tonic = { version = "0.5.0" } tower = "0.4" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] tokio = { version = "1.13", features = ["macros", "rt-multi-thread"] }