mirror of
https://github.com/kristoferssolo/cipher-workshop.git
synced 2026-02-04 14:52:11 +00:00
refactor: replace anyhow with color-eyre
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user