feat: add handlebars

This commit is contained in:
2020-12-26 09:58:53 +08:00
parent 9a0434868b
commit ec29c2368c
3 changed files with 276 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "handlebars-rust"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1.0.60"
handlebars = "3.5.1"