summaryrefslogtreecommitdiffstats
path: root/crates/common/clock/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/clock/Cargo.toml')
-rw-r--r--crates/common/clock/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/common/clock/Cargo.toml b/crates/common/clock/Cargo.toml
new file mode 100644
index 00000000..364c2f22
--- /dev/null
+++ b/crates/common/clock/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "clock"
+version = "0.4.3"
+authors = ["thin-edge.io team <info@thin-edge.io>"]
+edition = "2018"
+
+[dependencies]
+chrono = "0.4"
+mockall = "0.10"