djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.5k stars 221 forks source link

Canonicalize include paths before emitting #1107

Closed djkoloski closed 1 week ago

djkoloski commented 1 week ago

This allows CARGO_MANIFEST_DIR to be a relative path, which can be useful in non-cargo build systems.