feat: add force
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-22 11:33:14 +01:00
parent 79903524aa
commit 819bcc68c6
3 changed files with 199 additions and 163 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "kignore"
version = "0.1.1"
version = "0.1.2"
authors = ["Kasper J. Hermansen <contact@kjuulh.io>"]
license = "MIT"
readme = "README.md"
@@ -14,10 +14,8 @@ categories = ["command-line-interface"]
edition = "2021"
[workspace]
members = [
"crates/gitignore_inner"
]
members = ["crates/gitignore_inner"]
[dependencies]
eyre = "0.6.12"
gitignore_inner = {path = "crates/gitignore_inner", version = "0.1.0"}
gitignore_inner = { path = "crates/gitignore_inner", version = "0.1.0" }