configurable output files/dirs, and copy asset files

This commit is contained in:
Trevor Bentley
2023-01-11 02:39:24 +01:00
parent d5428f97b7
commit cfa809e39e
3 changed files with 157 additions and 77 deletions
+1 -1
View File
@@ -23,6 +23,6 @@ clap = { version="4.0.32", features=["derive"] }
git2 = "0.15.0"
pulldown-cmark = { version = "0.9.2", optional = true }
serde = { version = "1.0.152", features = ["derive"] }
syntect = { version = "5.0.0", default-features = false, option = true }
syntect = { version = "5.0.0", default-features = false, optional = true }
tera = "1.17.1"
toml = "0.5.10"