[package] name = "client_util" version = "0.1.0" authors = ["Raphael Taylor-Davies "] description = "Shared code for IOx clients" edition = "2018" [dependencies] http = "0.2.3" prost = "0.8" thiserror = "1.0.30" tonic = { version = "0.5.0" } tower = "0.4" [dev-dependencies] tokio = { version = "1.11", features = ["macros"] }