summaryrefslogtreecommitdiffstats
path: root/crates/common/clock/Cargo.toml
blob: 68f679a191b5236c1b2bf9585fcccd9f8baa0207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "clock"
version = "0.7.0"
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"]