Skip to content

Commit

Permalink
build: dependency for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkClouds committed Sep 18, 2024
1 parent d09de84 commit ab6be75
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 0 deletions.
161 changes: 161 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 @@ -53,6 +53,8 @@ rayon = "1.10.0"

# Error handling
thiserror = "1.0.63"
clap = { version = "4.5.17", features = ["derive"] }
ctrlc = "3.4.5"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
Expand Down

0 comments on commit ab6be75

Please sign in to comment.