chore: Migrate from rinja to askama
This commit is contained in:
parent
301ae89b01
commit
a62b6ff43c
3 changed files with 55 additions and 56 deletions
|
|
@ -9,7 +9,7 @@ license.workspace = true
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rinja = { version = "0.3", features = ["serde_json"] }
|
||||
askama = { version = "0.13", features = ["serde_json"] }
|
||||
blue-build-recipe = { version = "=0.9.10", path = "../recipe" }
|
||||
blue-build-utils = { version = "=0.9.10", path = "../utils" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue