Skip to content

Commit

Permalink
Merge pull request #82 from MilkClouds/feature/record-cli
Browse files Browse the repository at this point in the history
Feature/record cli
  • Loading branch information
NiiightmareXD authored Oct 2, 2024
2 parents dade41e + 7651dee commit 24fae7d
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 2 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
Loading

0 comments on commit 24fae7d

Please sign in to comment.