[package] name = "git-codeowners" version = "0.1.2" authors = ["softprops "] 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"