Skip to content

Commit

Permalink
added hex in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slanesuke committed Mar 29, 2024
1 parent ceb937b commit debfa9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mine-your-first-block/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ripemd = "0.1.3"
secp256k1 = "0.28.2"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
sha2 = "0.10.8"
hex = "0.4.3"

0 comments on commit debfa9c

Please sign in to comment.