summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-12 21:11:33 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2017-07-12 21:11:33 -0400
commite033861befa702b9110d531c4d17b40305915ffc (patch)
tree9e7d2b7c791e50828f003a071fb01574bacf3cfa /Cargo.toml
parent86245ba9e4341a096727158e06290fb8075654ce (diff)
add: Populate date in the new quote form
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 679fbc8..b55533f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,3 +17,4 @@ serde_json = "^1.0.0"
serde_derive = "^1.0.0"
persistent = "^0.3.0"
params = "^0.6.0"
+chrono = "^0.4.0"