feat: do error handling with anyhow, slight refactor (#6)

Co-authored-by: user0-07161 <user0thenyancat@proton.me>
This commit is contained in:
User0 2025-09-14 19:42:10 +02:00 committed by GitHub
parent 5413c35fb4
commit 0cd7b3af12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 244 additions and 151 deletions

View file

@ -11,11 +11,13 @@ resolver = "3"
coreutils = { path = "./coreutils" }
boxutils = { path = "./utils" }
shell = { path = "./shell" }
anyhow = "1.0.99"
[dependencies]
coreutils.workspace = true
boxutils.workspace = true
shell.workspace = true
anyhow.workspace = true
[[bin]]
name = "box"