comet 2.0.0

Local continuous integration
[package]
name = "comet"
version = "2.0.0"
authors = ["Jan Schulte <hello@unexpected-co.de>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/schultyy/comet"
description = "Local continuous integration"

include = [
    "Cargo.toml",
    "README*",
    "LICENSE*",
    "src/**/*",
    "tests/**/*",
    "examples/**/*"
]

[dependencies]
rustc-serialize = "0.3"
docopt = "0.6.80"
term = "0.4.4"
notify = "^2.5.0"