[package] name = "git-mander" version = "0.1.1" authors = ["Bryant Biggs "] edition = "2018" include = [ "src/**/*", "Cargo.toml", ".github/README.md" ] repository = "https://github.com/clowdhaus/git-mander" documentation = "https://docs.rs/git_mander/" readme = ".github/README.md" license = "MIT" keywords = [ "git", "github", "cli", "semver" ] categories = ["command-line-interface"] description = """ A simple command line interface for managing common git/Github tasks """ [badges] travis-ci = { repository = "clowdhaus/git-mander" } codecov = { repository = "clowdhaus/git-mander", branch = "master" } is-it-maintained-issue-resolution = { repository = "clowdhaus/git-mander" } is-it-maintained-open-issues = { repository = "clowdhaus/git-mander" } [lib] name = "git_commander" path = "src/gmdr/lib.rs" [[bin]] name = "gmdr" path = "src/gmdr/main.rs" [dependencies] clap = "2.33.0"