feat: anyhow error handling
All checks were successful
Rust / build_and_test (push) Successful in 24s
All checks were successful
Rust / build_and_test (push) Successful in 24s
This commit is contained in:
@@ -6,6 +6,7 @@ edition = "2024"
|
||||
[dependencies]
|
||||
crossterm = "0.29"
|
||||
ratatui = { version = "0.30", features = ["crossterm"] }
|
||||
anyhow = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.33"
|
||||
|
||||
Reference in New Issue
Block a user