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

[dependencies]
mockall = "0.10"
time = "0.3.7"

[features]
default = []
with-serde = ["time/serde-well-known"]