Skip to content

Commit

Permalink
feat: [#649] add cargo dependency: clap
Browse files Browse the repository at this point in the history
For console commands.
  • Loading branch information
josecelano committed Jan 29, 2024
1 parent 0f573b6 commit f439015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +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"]}

[dev-dependencies]
criterion = { version = "0.5.1", features = ["async_tokio"] }
Expand Down

0 comments on commit f439015

Please sign in to comment.