[package] name = "rust-pm" version = "0.0.2" authors = ["Paulo Suzart ", "AbraĆ£o Isvi "] license = "MIT" repository = "https://github.com/sourust/rust-pm" description = """ A poor and simple imitation of supervisord """ [dependencies] rustc-serialize = "*" iron = "*" router = "*" toml = "*" term = "*"