2021-10-11 15:00:29 +00:00
|
|
|
[package]
|
2022-04-26 00:19:59 +00:00
|
|
|
name = "iox_time"
|
2021-10-11 15:00:29 +00:00
|
|
|
version = "0.1.0"
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-10-11 15:00:29 +00:00
|
|
|
description = "Time functionality for IOx"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-11-22 22:06:04 +00:00
|
|
|
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
2022-02-01 11:50:42 +00:00
|
|
|
parking_lot = "0.12"
|
2022-09-06 14:13:28 +00:00
|
|
|
tokio = { version = "1.21", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2021-10-11 15:00:29 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|