[package] name = "st2" description = "status of git repository, optionally limited to one or more files or directories" license = "ISC" readme = "README.md" repository = "https://github.com/ctsrc/repotools/tree/master/st2" version = "0.9.1" authors = ["Erik Nordstrøm "] edition = "2018" [[bin]] name = "st" path = "src/main.rs" [build-dependencies] toml = "0.5.5" [dependencies] clap = { version = "2.33.0", features = ["yaml"] } exec = "0.3.1"