aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-16 22:57:20 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-16 22:57:20 +0000
commitb60108839a6c211a3c245af61b45d7ea284aaed0 (patch)
tree6847a81bb4772a928e212fb3060a6cb045ea2c32 /Cargo.toml
parentMerge pull request #35 from boastful-squirrel/structopt (diff)
downloadminiserve-b60108839a6c211a3c245af61b45d7ea284aaed0.tar.gz
miniserve-b60108839a6c211a3c245af61b45d7ea284aaed0.zip
Display last modification + provide sort by 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