[package] name = "pitchfork" version = "0.0.1" authors = ["Jarrod Davis "] categories = ["command-line-utilities"] edition = "2018" homepage = "https://github.com/jarrodldavis/pitchfork" include = ["src/**/*.rs", "README.md"] keywords = [ "cli", "command-line", "process", "service", "notification", ] license = "MIT" readme = "README.md" repository = "https://github.com/jarrodldavis/pitchfork/tree/develop" description = "Satan's very own process manager." [dependencies] abscissa_core = "0.3.0" failure = "0.1" gumdrop = "0.6" lazy_static = "1" serde = { version = "1", features = ["serde_derive"] } [dev-dependencies] abscissa_core = { version = "0.3.0", features = ["testing"] }