17 lines
460 B
TOML
17 lines
460 B
TOML
[package]
|
|
name = "internal_types"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
edition = "2021"
|
|
description = "InfluxDB IOx internal types, shared between IOx instances"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
parking_lot = "0.11"
|
|
time = { path = "../time" }
|
|
tokio = { version = "1.13", features = ["sync"] }
|
|
|
|
[dev-dependencies]
|
|
futures = "0.3"
|
|
tokio = { version = "1.13", features = ["macros", "rt", "rt-multi-thread", "sync", "time"] }
|