Open KennethWilke opened 2 years ago
Template bundling doesn't yet work, so the tool expects to find templates in a relative path. They should get installed somewhere when the tool is installed but that's an element of Rust packaging I've not yet used.
Might need to use https://doc.rust-lang.org/std/macro.include_bytes.html
Template bundling doesn't yet work, so the tool expects to find templates in a relative path. They should get installed somewhere when the tool is installed but that's an element of Rust packaging I've not yet used.