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

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

[features]
default = []