Skip to content

Commit

Permalink
chore: [656] add cargo dep feature
Browse files Browse the repository at this point in the history
We will need "env" clap feature to use env variables for arguments.
  • Loading branch information
josecelano committed Jan 30, 2024
1 parent 8543190 commit 7f43fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ uuid = { version = "1", features = ["v4"] }
colored = "2.1.0"
url = "2.5.0"
tempfile = "3.9.0"
clap = { version = "4.4.18", features = ["derive"]}
clap = { version = "4.4.18", features = ["derive", "env"]}
anyhow = "1.0.79"

[dev-dependencies]
Expand Down

0 comments on commit 7f43fbd

Please sign in to comment.