not silent binary

This commit is contained in:
Tyrel Souza 2023-07-03 00:58:13 -04:00
parent c24724bca0
commit 69987e2633
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ fn write_file(html: String) {
copy_recursively("./static", "./output").expect("Could not copy static directory");
}
fs::write("./output/index.html", html).expect("Could not write to index.html");
println!("Yaml parsed, Template rendered, and all living in ./output/")
}
fn main() {