[package] name = "fors" version = "0.1.0" authors = ["John Downey "] description = "Run foreman Procfiles with Rust" repository = "https://github.com/jtdowney/fors" readme = "README.md" license = "MIT" [dependencies] clap = "^2.18.0" nix = "^0.7.0" nom = "^1.2.4" term = "^0.4.4"