emk / heroku-buildpack-rust

A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.
522 stars 186 forks source link

Cache cargo builds #10

Closed emk closed 8 years ago

emk commented 8 years ago

Now that we have a modern environment working (rustup and cargo), we really ought to consider doing something about the fact that we rebuild the application from scratch on every deploy. There is some code in #2 that sets up cached builds, but it predates the merge of #8.

This is the "last" major missing feature that I think this buildpack needs to be top-quality.