chore: fix cargo toml
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-12-22 11:55:17 +01:00
parent a720dedcf5
commit 947e05e573
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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
""" """