Leafwing-Studios / cargo-cache

Cache your Cargo build files
Apache License 2.0
8 stars 2 forks source link

Add basic composite action for caching cargo files #1

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

This creates the basic composite action to cache cargo build files correctly. It builds upon our experiments in Emergence, e.g. https://github.com/Leafwing-Studios/Emergence/pull/223.

I will probably improve this later with more customization and proper documentation.