Add support for supplying multiple templates to the dustjs shim to support testing partials.

This commit is contained in:
Tom Alexander
2020-04-10 19:07:02 -04:00
parent 608c55575e
commit 7e0a617ba6
5 changed files with 40 additions and 14 deletions

View File

@@ -14,3 +14,5 @@ path = "src/bin.rs"
[dependencies]
nom = { git = "https://github.com/tomalexander/nom.git", branch = "take_until_parser_matches" }
serde = "1.0.106"
serde_json = "1.0.51"