This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Description
In askama_shared/src/lib.rs#L36 this will cause the Template macro to fail if the CARGO_MANIFEST_DIR doesn't exist;
This works well with the default rustc tool chain; however, this also means if for whatever reason CARGO_MANIFEST_DIR doesn't exist, the crate won't work. (proc-macro panic)
Any chance this can be optional instead?