influxdb/router/Cargo.toml

19 lines
395 B
TOML
Raw Normal View History

[package]
name = "router"
version = "0.1.0"
edition = "2021"
[dependencies]
data_types = { path = "../data_types" }
2021-11-05 08:48:51 +00:00
hashbrown = "0.11"
metric = { path = "../metric" }
2021-11-05 08:48:51 +00:00
mutable_batch = { path = "../mutable_batch" }
trace = { path = "../trace" }
parking_lot = "0.11.2"
snafu = "0.6"
2021-11-05 08:48:51 +00:00
[dev-dependencies]
mutable_batch_lp = { path = "../mutable_batch_lp" }
regex = "1.4"
time = { path = "../time" }