feat: add templating to project
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user