influxdb/test_helpers/Cargo.toml

12 lines
253 B
TOML
Raw Normal View History

[package]
name = "test_helpers"
version = "0.1.0"
authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2018"
[dependencies] # In alphabetical order
dotenv = "0.15.0"
2021-02-19 16:03:33 +00:00
parking_lot = "0.11.1"
tempfile = "3.1.0"
tracing_deps = { path = "../tracing_deps" }