clgit 0.1.0

Command Line GIT wrappers
Documentation
[badges.travis-ci]
branch = "master"
repository = "MaulingMonkey/clgit"

[lib]
path = "src/_clgit.rs"

[package]
authors = ["MaulingMonkey <git@maulingmonkey.com>"]
categories = ["filesystem"]
description = "Command Line GIT wrappers"
documentation = "https://docs.rs/clgit/"
edition = "2018"
exclude = [".vscode/*", "build.rs"]
keywords = ["git"]
license = "Apache-2.0 OR MIT"
name = "clgit"
readme = "Readme.md"
repository = "https://github.com/MaulingMonkey/clgit.git"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "external_doc"]