playdate
playdate copied to clipboard
Try to get rid of cargo build context
Underlying cargo build context touches cache of user's local cargo.
We probably can use only build plan by user's cargo and existing info by underlying cargo.
If there's no cache we can just run cargo check
, then continue.
Another opposite option is to tune inner cargo to prevent touch cache. 🤷🏻♂️