index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
build.rs
blob: 89e3e6b1aba99268d66e987690d223babc7a5162 (
plain
) (
blame
)
1
2
3
4
5
extern
crate
askama
;
fn
main
()
{
askama
::
rerun_if_templates_changed
();
}