aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-08-27Move most of the code into new askama_shared crateLibravatar Dirkjan Ochtman1-1/+1
This makes it possible to share code between askama and askama_derive.
2017-01-03Rename askama_test to testingLibravatar Dirkjan Ochtman1-1/+1
2017-01-03Rename askama_codegen to askama_deriveLibravatar Dirkjan Ochtman1-1/+1
This appears to be best practice for crates using macros 1.1.