influxdb/iox_time/Cargo.toml

16 lines
464 B
TOML
Raw Normal View History

[package]
name = "iox_time"
description = "Time functionality for IOx"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
parking_lot = "0.12"
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]