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]]
|
[[package]]
|
||||||
name = "kignore"
|
name = "kignore"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"console",
|
"console",
|
||||||
|
@ -3,10 +3,10 @@ name = "kignore"
|
|||||||
version.workspace = true
|
version.workspace = true
|
||||||
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "../../README.md"
|
||||||
keywords = ["git", "ignore", "clap", "interactive"]
|
keywords = ["git", "ignore", "clap", "interactive"]
|
||||||
repository = "https://github.com/kjuulh/gitignore"
|
repository = "https://git.front.kjuulh.io/kjuulh/gitignore"
|
||||||
documentation = "https://docs.rs/gitignore"
|
documentation = "https://docs.rs/kignore"
|
||||||
description = """
|
description = """
|
||||||
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
|
kignore is a tool for easily adding patterns to .gitignore and cleaning up afterwards
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user