To deploy this application to Heroku, use this button:
Or, if you'd prefer to use the command line, try running:
git clone https://github.com/emk/heroku-rust-cargo-hello.git
cd heroku-rust-cargo-hello
heroku create --buildpack https://github.com/emk/heroku-buildpack-rust.git
git push heroku master
This should make a local copy of this application and deploy it to Heroku.
For further instructions, see the page for this buildpack.
This application works with version 1.25.0 of Rust, which theoretically means that it should run on any future 1.x release of Rust. If it doesn't work, please file a bug.
The application can be deployed to Cloud Foundry as an alternative to Heroku. From the command line, run:
cd heroku-rust-cargo-hello
cf push heroku-rust-cargo-hello -b https://github.com/emk/heroku-buildpack-rust.git