Skip to content

Commit ada22ce

Browse files
feat: import clap
1 parent 1ad4d68 commit ada22ce

File tree

3 files changed

+308
-46
lines changed

3 files changed

+308
-46
lines changed

Cargo.lock

Lines changed: 230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
clap = { version = "4.0", features = ["derive"] }

0 commit comments

Comments
 (0)