about summary refs log tree commit diff
path: root/templates/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Split into different cratesVika2022-05-071-0/+19
Templates and utility types are now separate crates to speed up compilation, linting and potential reuse/replacement. Potentially more crates could be split out/modularized, resulting in speedups, smaller binaries (whenever features are excluded) and even more reuse capabilities.