Skip to content

Commit

Permalink
feat: build feature. wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AtharvaWaghchoure committed Nov 1, 2024
1 parent 7073951 commit 5a7a1dd
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 128 deletions.
146 changes: 144 additions & 2 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ toml = "0.8.19"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
clap = { version = "4.5.20", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
dirs = "5.0.1"
sha2 = "0.10.8"
serde_json = "1.0.132"
Loading

0 comments on commit 5a7a1dd

Please sign in to comment.