Add more fields to cargo.toml

master
Edward Shen 2021-02-24 16:44:04 -05:00
parent 0bd39a308c
commit 38dc0f0b8f
Signed by: edward
GPG Key ID: 19182661E818369F
1 changed files with 3 additions and 0 deletions

View File

@ -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 <code@eddie.sh>"]
edition = "2018"
exclude = ["fuzz/**/*", ".vscode/**/*"]