Skip to content

Commit

Permalink
Merge pull request #7 from mothsART/feature/template-with-askama
Browse files Browse the repository at this point in the history
Feature/template with askama
  • Loading branch information
mothsART authored Aug 22, 2024
2 parents bab93ab + d83a4c6 commit 001d6c6
Show file tree
Hide file tree
Showing 45 changed files with 1,213 additions and 1,494 deletions.
803 changes: 234 additions & 569 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
pest = "2.5"
pest_derive = "2.5"
tera = "1.17"

proc-macro2 = "1"
syn = "^2"
askama_parser = "0.2"

[build-dependencies]
clap = { version="4.4", features=['cargo'] }
Expand Down
Loading

0 comments on commit 001d6c6

Please sign in to comment.