Skip to content

Commit

Permalink
Specifies dev-only dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Apr 1, 2024
1 parent b5bb73d commit 9705ffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.81"
assert_cmd = "2.0.14"
clap = { version = "4.5.4", features = ["derive"] }
comfy-table = "7.1.0"
human-panic = "1.2.3"

[dev-dependencies]
assert_cmd = "2.0.14"
predicates = "3.1.0"

[profile.release]
Expand Down

0 comments on commit 9705ffb

Please sign in to comment.