influxdb/influxdb_tsm/Cargo.toml

18 lines
380 B
TOML
Raw Normal View History

[package]
name = "influxdb_tsm"
version = "0.1.0"
authors = ["Edd Robinson <me@edd.io>"]
edition = "2018"
[dependencies] # In alphabetical order
integer-encoding = "1.0.7"
snafu = "0.6.2"
snap = "1.0.0"
tracing_deps = { path = "../tracing_deps" }
[dev-dependencies] # In alphabetical order
2020-12-01 10:32:51 +00:00
flate2 = "1.0"
hex = "0.4.2"
rand = "0.8.3"
test_helpers = { path = "../test_helpers" }