Add more fields to cargo.toml
This commit is contained in:
parent
0bd39a308c
commit
38dc0f0b8f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "git-config"
|
name = "git-config"
|
||||||
version = "0.1.0"
|
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>"]
|
authors = ["Edward Shen <code@eddie.sh>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["fuzz/**/*", ".vscode/**/*"]
|
exclude = ["fuzz/**/*", ".vscode/**/*"]
|
||||||
|
|
Reference in a new issue