Skip to content

Commit

Permalink
chore: add sample cmd usages and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed May 4, 2024
1 parent 3685f3c commit 4bb574f
Show file tree
Hide file tree
Showing 35 changed files with 460 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .idea/developer-tools.xml

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

304 changes: 304 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
dialoguer = "0.11.0"
git2 = "0.18.3"
Loading

0 comments on commit 4bb574f

Please sign in to comment.