|
@ -8,6 +8,14 @@ license = "MIT" |
|
|
keywords = ["git", "gitignore", "cli"] |
|
|
keywords = ["git", "gitignore", "cli"] |
|
|
categories = ["command-line-utilities", "development-tools", "filesystem"] |
|
|
categories = ["command-line-utilities", "development-tools", "filesystem"] |
|
|
repository = "https://git.schneider-hosting.de/schneider/gitig" |
|
|
repository = "https://git.schneider-hosting.de/schneider/gitig" |
|
|
|
|
|
exclude = [ |
|
|
|
|
|
".drone.yml", |
|
|
|
|
|
".editorconfig", |
|
|
|
|
|
"clippy.toml", |
|
|
|
|
|
"justfile", |
|
|
|
|
|
"release.py", |
|
|
|
|
|
"rustfmt.toml" |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[dependencies] |
|
|
[dependencies] |
|
|
log = "0.4" |
|
|
log = "0.4" |
|
|