influxdb/influxdb_tsm/Cargo.toml

20 lines
402 B
TOML
Raw Normal View History

[package]
name = "influxdb_tsm"
version = "0.1.0"
authors = ["Edd Robinson <me@edd.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
integer-encoding = "1.0.7"
snap = "1.0.0"
tracing = "0.1"
snafu = "0.6.2"
[dev-dependencies]
hex = "0.4.2"
2020-12-01 10:32:51 +00:00
flate2 = "1.0"
rand = "0.7.2"
test_helpers = { path = "../test_helpers" }