chore(cargo): Add dependency on Askama
This commit is contained in:
parent
f5badb97d3
commit
94d5e02bb3
2 changed files with 85 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue