influxdb/iox_time/Cargo.toml

14 lines
396 B
TOML
Raw Normal View History

[package]
name = "iox_time"
version = "0.1.0"
2021-10-25 08:45:44 +00:00
edition = "2021"
description = "Time functionality for IOx"
[dependencies]
chrono = { version = "0.4", 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]