18 lines
436 B
TOML
18 lines
436 B
TOML
[package]
|
|
name = "packers"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
edition = "2018"
|
|
|
|
[dependencies] # In alphabetical order
|
|
arrow_deps = { path = "../arrow_deps" }
|
|
data_types = { path = "../data_types" }
|
|
human_format = "1.0.3"
|
|
influxdb_tsm = { path = "../influxdb_tsm" }
|
|
rand = "0.7.3"
|
|
snafu = "0.6.2"
|
|
tracing = "0.1"
|
|
|
|
[dev-dependencies] # In alphabetical order
|
|
test_helpers = { path = "../test_helpers" }
|