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