feat: redo project structure
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-22 11:51:36 +01:00
parent f5ff75bfbe
commit fa7041187f
14 changed files with 10 additions and 496 deletions

16
Cargo.lock generated
View File

@@ -139,17 +139,6 @@ dependencies = [
"once_cell",
]
[[package]]
name = "gitignore_inner"
version = "0.1.3"
dependencies = [
"clap",
"console",
"eyre",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "indenter"
version = "0.3.3"
@@ -172,8 +161,11 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
name = "kignore"
version = "0.1.3"
dependencies = [
"clap",
"console",
"eyre",
"gitignore_inner",
"tracing",
"tracing-subscriber",
]
[[package]]