1
Fork 0
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:
NotAShelf 2025-05-05 02:11:18 +03:00
parent 2c6f84e8ac
commit dde5723cee
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
3 changed files with 209 additions and 132 deletions

View file

@ -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"