git-codeowners 0.1.2

Rust cli for working with Github CODEOWNERS files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "git-codeowners"
version = "0.1.2"
authors = ["softprops <d.tangren@gmail.com>"]
description = "Rust cli for working with Github CODEOWNERS files"
readme = "README.md"
homepage = "https://github.com/softprops/git-codeowners"
documentation = "https://softprops.github.io/git-codeowners"
repository = "https://github.com/softprops/git-codeowners"
license = "MIT"
keywords = ["github", "owners"]

[dependencies]
codeowners = "0.1.3"
clap = "2.27"