summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentdb3f62f570c874056846b7f349e700dc1280837d (diff)
dateutil: add testable now() function
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ece256..118f43c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -293,6 +293,7 @@ dependencies = [
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"indoc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)",
"libical-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",