2021-08-26 10:30:59 +00:00
|
|
|
[package]
|
|
|
|
name = "influxdb_storage_client"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-26 10:30:59 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
client_util = { path = "../client_util" }
|
2023-05-12 17:25:49 +00:00
|
|
|
generated_types = { path = "../generated_types" }
|
2022-08-09 17:30:44 +00:00
|
|
|
prost = "0.11"
|
2023-04-12 16:07:19 +00:00
|
|
|
tonic = { workspace = true }
|
2021-11-29 16:10:42 +00:00
|
|
|
futures-util = { version = "0.3" }
|
2022-10-20 09:18:00 +00:00
|
|
|
observability_deps = { path = "../observability_deps"}
|
2023-02-24 18:02:23 +00:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|
2021-08-26 10:30:59 +00:00
|
|
|
|
2021-10-25 08:45:44 +00:00
|
|
|
[dev-dependencies]
|