[package] name = "dp2" description = "diff files pending staging in git repository, optionally limited to a given file or directory" license = "ISC" readme = "README.md" repository = "https://github.com/ctsrc/repotools/tree/master/dp2" version = "0.8.0" authors = ["Erik Nordstrøm "] edition = "2018" [[bin]] name = "dp" path = "src/main.rs" [build-dependencies] toml = "0.5.5" [dependencies] clap = { version = "2.33.0", features = ["yaml"] } exec = "0.3.1"