chore: Switch to using typed builders

This commit is contained in:
Gerald Pinder 2023-12-18 23:36:53 -05:00
parent e9cfc8ae06
commit aa86f48a5d
6 changed files with 39 additions and 19 deletions

View file

@ -23,6 +23,7 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.25"
tera = "1.19.1"
typed-builder = "0.18.0"
[features]
default = ["build"]