summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
parent403353fee1719301c9f64a3766bc6f3b198b0f34 (diff)
downloadsubplot-6edad6e9870a0c725d618bcc6e15d4728da7913f.tar.gz
Add: --date option to sp-docgen
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 5f593bf..6c2849f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ regex = "1"
serde_yaml = "0.8.11"
serde_json = "1.0"
serde = { version = "1.0.101", features = ["derive"] }
+chrono = "0.4"
[dependencies.tera]
version = "1"