Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
a720dedcf5
commit
947e05e573
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -159,7 +159,7 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||||
|
||||
[[package]]
|
||||
name = "kignore"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"console",
|
||||
|
@ -3,10 +3,10 @@ name = "kignore"
|
||||
version.workspace = true
|
||||
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
readme = "../../README.md"
|
||||
keywords = ["git", "ignore", "clap", "interactive"]
|
||||
repository = "https://github.com/kjuulh/gitignore"
|
||||
documentation = "https://docs.rs/gitignore"
|
||||
repository = "https://git.front.kjuulh.io/kjuulh/gitignore"
|
||||
documentation = "https://docs.rs/kignore"
|
||||
description = """
|
||||
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user