aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-20 01:25:48 +0000
committerGitHub <noreply@github.com>2019-02-20 01:25:48 +0000
commit6de9e6234d1eeeba3038c7e809e94cb03b819d52 (patch)
tree6051a0649b117cb6a4f6ee08f3cb133f9316d5cc /Cargo.toml
parentUpdate README.md (diff)
parentRenamed humanize_duration to humanize_systemtime (diff)
downloadminiserve-6de9e6234d1eeeba3038c7e809e94cb03b819d52.tar.gz
miniserve-6de9e6234d1eeeba3038c7e809e94cb03b819d52.zip
Merge pull request #38 from boastful-squirrel/date
Display last modification date in listing + provides a way to sort by modification date
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b556e27..510256a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,4 +29,6 @@ htmlescape = "0.3.1"
bytesize = "1.0.0"
nanoid = "0.2.0"
alphanumeric-sort = "1.0.6"
-structopt = "0.2.14" \ No newline at end of file
+structopt = "0.2.14"
+chrono = "0.4.6"
+chrono-humanize = "0.0.11" \ No newline at end of file