feat: anyhow error handling
All checks were successful
Rust / build_and_test (push) Successful in 24s

This commit is contained in:
Lukas Wölfer
2026-01-29 21:09:13 +01:00
parent f8b25e81bf
commit 924f989c05
4 changed files with 27 additions and 18 deletions

View File

@@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
crossterm = "0.29"
ratatui = { version = "0.30", features = ["crossterm"] }
anyhow = "1.0"
[dev-dependencies]
insta = "1.33"