Skip to content

Commit

Permalink
deps: add minijinja dependency for template command
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 2, 2024
1 parent c296115 commit 3c5193e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ local-encoding = { version = "0.2", optional = true }
localzone = { version = "0.3", features = ["auto_validation"] }
log = "0.4"
mimalloc = { version = "0.1", default-features = false, optional = true }
minijinja = { version = "2", features = [
"json",
"loop_controls",
"speedups",
"urlencode",
] }
mlua = { version = "0.10", features = [
"luau",
"luau-jit",
Expand Down

0 comments on commit 3c5193e

Please sign in to comment.