From 984823e6ef2f19939583edcf7ff82508e13d3fab Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Sat, 23 Feb 2019 11:06:19 +0100 Subject: Renders file listing using maud --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 510256a..a8ae9df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,5 @@ nanoid = "0.2.0" alphanumeric-sort = "1.0.6" structopt = "0.2.14" chrono = "0.4.6" -chrono-humanize = "0.0.11" \ No newline at end of file +chrono-humanize = "0.0.11" +maud = { version = "0.20.0", features = ["actix-web"] } \ No newline at end of file -- cgit v1.2.3