Skip to content

Commit

Permalink
closer still
Browse files Browse the repository at this point in the history
  • Loading branch information
natemcintosh committed Apr 26, 2024
1 parent 09513e9 commit a3b1c46
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 34 deletions.
154 changes: 154 additions & 0 deletions Cargo.lock

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

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

[dependencies]
os_info = "3.8.2"
reqwest = { version = "0.12.4", features = ["blocking"] }
serde = "1.0.198"
serde_derive = "1.0.198"
serde_json = "1.0.116"
tempfile = "3.10.1"
zip = "1.1.0"

[dev-dependencies]
rstest = "0.18.2"
Loading

0 comments on commit a3b1c46

Please sign in to comment.