Skip to content

Commit

Permalink
Move trycmd to a dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Mar 18, 2024
1 parent 0698d28 commit 1915083
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 @@ -11,7 +11,6 @@ edition = "2021"

[dependencies]
clap = {version = "4.5.3", features = ["default", "cargo"]}
trycmd = {version = "0.15.0", features = ["default"]} # add "debug" feature if you're having trouble
strip-ansi-escapes = "0.2.0"
anyhow = "1.0.81"

Expand All @@ -20,4 +19,7 @@ clap = {version = "4.5.3", features = ["default", "cargo"]}
clap_mangen = "0.2.20"
clap_complete = "4.5.1"

[dev-dependencies]
trycmd = {version = "0.15.0", features = ["default"]} # add "debug" feature if you're having trouble

[features]

0 comments on commit 1915083

Please sign in to comment.