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 Jun 23, 2022
1 parent 32684fd commit c4e3f49
Show file tree
Hide file tree
Showing 14 changed files with 428 additions and 180 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 c4e3f49

Please sign in to comment.