Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed May 21, 2024
1 parent d4453b9 commit cf17f66
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 67 deletions.
59 changes: 53 additions & 6 deletions Cargo.lock

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

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.83"
anyhow = "1.0.86"
aw-fel = "*"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
crc = "3.2.1"
deku = "0.15.0"
Expand All @@ -16,4 +18,8 @@ i2c-linux = "0.1.2"
income = "0.1.0"
nix = "0.28.0"
retry = "2.0.0"
thiserror = "1.0.61"
usb-gadget = "0.7.1"

[patch.crates-io]
aw-fel = { path = "/home/svenr/aw-fel-rs", version="*" }
Loading

0 comments on commit cf17f66

Please sign in to comment.