Skip to content

Commit

Permalink
➕ Add anyhow to cli dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 18, 2024
1 parent 97c8e3d commit 0ca2bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["pna", "archive", "cli", "crypto", "data"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.89"
base64 = "0.22.1"
bitflags = "2.6.0"
bytesize = "1.3.0"
Expand Down Expand Up @@ -49,7 +50,6 @@ field-offset = { version = "0.3.6", optional = true }
libc = "0.2.162"

[dev-dependencies]
anyhow = "1.0.89"
assert_cmd = "2.0.16"
walkdir = "2.5.0"

Expand Down

0 comments on commit 0ca2bec

Please sign in to comment.