diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 76bf1a06046b..0320ba8c3e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "AGPL-3.0-or-later" [dependencies] actix = "0.5" actix-web = "0.6" +askama = "0.6" chrono = { version = "0.4", features = ["serde"] } comrak = "0.2" diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]} @@ -32,3 +33,4 @@ url_serde = "0.2" [build-dependencies] pulldown-cmark = "0.1" +askama = "0.5" |