Skip to content

Commit

Permalink
Replace Handlebars with Tera
Browse files Browse the repository at this point in the history
  • Loading branch information
avrong committed Sep 15, 2020
1 parent 891277c commit 862ddd4
Show file tree
Hide file tree
Showing 13 changed files with 403 additions and 155 deletions.
259 changes: 244 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Steve Klabnik <steve@steveklabnik.com>"]
edition = "2018"

[dependencies]
handlebars = { version = "3", features = ["dir_source"] }
tera = "1.5.0"
lazy_static = "1.4.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 862ddd4

Please sign in to comment.