Skip to content

Commit

Permalink
feat: [#115] add cargo dependencies: thiserror and binascii
Browse files Browse the repository at this point in the history
They will used in a new struct InfoHash.
  • Loading branch information
josecelano committed May 5, 2023
1 parent 32af56d commit e0c01d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 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 @@ -41,6 +41,8 @@ fern = "0.6"
bytes = "1.4"
text-to-png = "0.2"
indexmap = "1.9"
thiserror = "1.0"
binascii = "0.1"

[dev-dependencies]
rand = "0.8"
Expand Down

0 comments on commit e0c01d6

Please sign in to comment.