Skip to content

Commit

Permalink
add byte order dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
supinie committed Sep 22, 2023
1 parent c131e10 commit 39b1602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "1.4.3"
clap = { version = "4.3.12", features = ["cargo"] }
more-asserts = "0.3.1"
rand = "0.8.5"
Expand Down

0 comments on commit 39b1602

Please sign in to comment.