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