Skip to content

Commit

Permalink
Merge pull request #9 from howjmay/basic
Browse files Browse the repository at this point in the history
feat: Add files mod to read binary files
  • Loading branch information
howjmay authored Mar 2, 2024
2 parents 6030144 + e97f3c7 commit 44d2650
Show file tree
Hide file tree
Showing 13 changed files with 673 additions and 38 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: actions/[email protected]
- name: setup Rust Cargo
run: |
sudo apt install cargo
sudo apt update
sudo apt install cargo
- name: run tests
run: |
Expand Down
329 changes: 329 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 @@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2021"

[dependencies]
clap = { version = "4.5.1", features = ["derive"] }
object = "0.32.2"
Loading

0 comments on commit 44d2650

Please sign in to comment.