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

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