2021-08-26 10:30:59 +00:00
|
|
|
[package]
|
|
|
|
name = "client_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
|
|
|
|
description = "Shared code for IOx clients"
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-08-26 10:30:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-04-29 09:56:48 +00:00
|
|
|
http = "0.2.7"
|
2022-05-02 13:43:45 +00:00
|
|
|
thiserror = "1.0.31"
|
2022-04-20 11:12:17 +00:00
|
|
|
tonic = { version = "0.7" }
|
2021-08-26 10:30:59 +00:00
|
|
|
tower = "0.4"
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2021-08-26 10:30:59 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-04-28 08:21:17 +00:00
|
|
|
tokio = { version = "1.18", features = ["macros", "parking_lot", "rt-multi-thread"] }
|