mirror of
https://github.com/RGBCube/dix
synced 2025-08-02 06:37:46 +00:00
refactor: implement thiserror for better error handling
This commit is contained in:
parent
2c6f84e8ac
commit
dde5723cee
3 changed files with 209 additions and 132 deletions
|
@ -6,4 +6,5 @@ edition = "2024"
|
|||
[dependencies]
|
||||
clap = { version = "4.5.37", features = ["derive"] }
|
||||
regex = "1.11.1"
|
||||
thiserror = "2.0.12"
|
||||
yansi = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue