Skip to content

Commit

Permalink
general: remove anyhow
Browse files Browse the repository at this point in the history
anyhow does not seem to improve the error handling at the moment.

I leave the central error enum as it is, for now.

Signed-off-by: Peter Nirschl <peter.nirschl@gmail.com>
  • Loading branch information
petermax2 committed Jul 6, 2024
1 parent a7dc9a9 commit 6da00f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
55 changes: 0 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.1"
edition = "2021"

[dependencies]
anyhow = {version = "1.0.86", features = ["std", "backtrace"]}
bigdecimal = {version = "0.4.4", features = ["serde"]}
chrono = {version = "0.4.38", features = ["serde", "now"]}
clap = { version = "4.5.7", features = ["derive"] }
Expand Down

0 comments on commit 6da00f4

Please sign in to comment.