curtain 0.2.0

A CRUD app for postgres
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "Example Rust application",
  "description": "A barebones Rust application using the Iron middleware framework",
  "repository": "https://github.com/mcasper/heroku-rust-cargo-hello",
  "success_url": "/",
  "keywords": ["rust", "iron"],
  "website": "http://www.randomhacks.net/2014/09/17/deploying-rust-heroku-iron/",
  "env": {
    "BUILDPACK_URL": "https://github.com/mcasper/heroku-buildpack-rust.git"
  }
}