summaryrefslogtreecommitdiffstats
path: root/crates/common/clock/Cargo.toml
blob: c5bd138e6b5f75cb1a44e55ebd12b87005c736a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "clock"
version = "0.5.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

[dependencies]
time = { version = "0.3", features = ["serde-human-readable"] }
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
mockall = "0.10"