refactor: replace anyhow with color-eyre

This commit is contained in:
2025-10-18 14:12:48 +03:00
parent 66b440adf6
commit 81a4071c73
5 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ edition = "2024"
[dependencies]
aes = { workspace = true, optional = true }
anyhow.workspace = true
cipher-core.workspace = true
color-eyre.workspace = true
des = { workspace = true, optional = true }
ratatui = "0.29"
thiserror.workspace = true