Skip to content

Commit

Permalink
add anyhow to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Nov 6, 2022
1 parent dbece4f commit 974ad31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tskit-derive = {version = "0.2.0", path = "tskit-derive", optional = true}
mbox = "0.6.0"

[dev-dependencies]
anyhow = {version = "1.0.66"}
clap = {version = "~3.2.8", features = ["derive"]}
serde = {version = "1.0.118", features = ["derive"]}
serde-pickle = "1.1.0"
Expand Down

0 comments on commit 974ad31

Please sign in to comment.