Skip to content

Commit

Permalink
Merge pull request #2 from haruki7049/1-setup-clap
Browse files Browse the repository at this point in the history
added clap
  • Loading branch information
haruki7049 authored Dec 6, 2023
2 parents a484991 + 4acc141 commit 52a8885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }

0 comments on commit 52a8885

Please sign in to comment.