feat: do error handling with anyhow, slight refactor (#6)
Co-authored-by: user0-07161 <user0thenyancat@proton.me>
This commit is contained in:
parent
5413c35fb4
commit
0cd7b3af12
37 changed files with 244 additions and 151 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue