From 768c571f9d8be06ad6dae4b961fcf7070e73edbd Mon Sep 17 00:00:00 2001 From: youmouse Date: Fri, 16 Nov 2018 18:55:36 +0100 Subject: Add filesizeformat filter --- askama_shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'askama_shared/Cargo.toml') diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 4be4971..39ee358 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -10,6 +10,7 @@ workspace = ".." [dependencies] askama_escape = { version = "0.1.0", path = "../askama_escape" } +humansize = "1.1.0" num-traits = "0.2.6" serde = "1.0" serde_derive = "1.0" -- cgit