Skip to content

Commit

Permalink
feat: provide usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Oct 26, 2023
1 parent b55df98 commit 00b58ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fluvio-version-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
# Workspace Dependencies
anyhow = { workspace = true }
async-std = { workspace = true, features = ["attributes"] }
clap = { workspace = true, features = ["std", "color", "derive", "env", "help"] }
clap = { workspace = true, features = ["std", "color", "help", "usage", "derive", "env"] }
colored = { workspace = true }
comfy-table = { workspace = true }
current_platform = { workspace = true }
Expand Down

0 comments on commit 00b58ff

Please sign in to comment.