summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-25 12:05:23 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-26 09:25:47 +0200
commit6edad6e9870a0c725d618bcc6e15d4728da7913f (patch)
treec56ff96a17755763e50109b6fd0f9f0f07eb61d9 /Cargo.lock
parent403353fee1719301c9f64a3766bc6f3b198b0f34 (diff)
downloadsubplot-6edad6e9870a0c725d618bcc6e15d4728da7913f.tar.gz
Add: --date option to sp-docgen
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 19593b8..46cb8ab 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -625,6 +625,7 @@ name = "subplot"
version = "0.1.0"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"pandoc 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pandoc_ast 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",