From 38dc0f0b8f6aa14db45c9b440d1feb4a03efe572 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Wed, 24 Feb 2021 16:44:04 -0500 Subject: [PATCH] Add more fields to cargo.toml --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index df8eb97..29d64aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,9 @@ [package] name = "git-config" version = "0.1.0" +repository = "https://github.com/Byron/gitoxide" +description = "A git-config file parser and editor from the gitoxide project" +license = "MIT OR Apache-2.0" authors = ["Edward Shen "] edition = "2018" exclude = ["fuzz/**/*", ".vscode/**/*"]