Skip to content

Commit

Permalink
add fields to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds committed Jun 28, 2019
1 parent c403333 commit 800a776
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "codeowners-enforcer"
description = "Enforce CODEOWNERS files on your repo"
version = "1.0.0" # generated
homepage = "https://github.com/jamiebuilds/codeowners-enforcer"
repository = "https://github.com/jamiebuilds/codeowners-enforcer"
authors = ["Jamie Kyle <me@thejameskyle.com>"]
edition = "2018"
license = "MIT"
categories = ["cli", "git"]

exclude = [
"package.json",
Expand Down

0 comments on commit 800a776

Please sign in to comment.