summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-01-18 22:50:21 +0100
committerNora <nora.widdecke@tu-bs.de>2019-01-18 23:09:20 +0100
commit34483ee1270d84cb42a122965917916094855508 (patch)
tree8998613d6fb98188c416eda494e03129e1b5ffed /Cargo.toml
parentdb3f62f570c874056846b7f349e700dc1280837d (diff)
dateutil: add testable now() function
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 050bf28..262e0a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ serde_derive = "1.0.82"
tempfile = "3.0.5"
uuid = { version = "0.7", features = ["v4"] }
fs2 = "0.4.3"
+lazy_static = "1.2.0"
[dev-dependencies]
assert_fs = "0.10.1"