# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-mander" version = "0.1.1" authors = ["Bryant Biggs "] include = ["src/**/*", "Cargo.toml", ".github/README.md"] description = "A simple command line interface for managing common git/Github tasks\n" documentation = "https://docs.rs/git_mander/" readme = ".github/README.md" keywords = ["git", "github", "cli", "semver"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/clowdhaus/git-mander" [lib] name = "git_commander" path = "src/gmdr/lib.rs" [[bin]] name = "gmdr" path = "src/gmdr/main.rs" [dependencies.clap] version = "2.33.0" [badges.codecov] branch = "master" repository = "clowdhaus/git-mander" [badges.is-it-maintained-issue-resolution] repository = "clowdhaus/git-mander" [badges.is-it-maintained-open-issues] repository = "clowdhaus/git-mander" [badges.travis-ci] repository = "clowdhaus/git-mander"