feat: add templating to project

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-17 12:54:06 +02:00
parent 2f2fdb9631
commit 2241941f0e
3 changed files with 117 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.60"
anyhow = { version = "1.0.60", features = ["backtrace"] }
serde = { version = "1.0.143", features = ["derive"] }
serde_yaml = "0.9.4"
walkdir = "2.3.2"