From debfa9ce7029cf84dd064386b7ffc8b2234ee720 Mon Sep 17 00:00:00 2001 From: Ian Slane Date: Fri, 29 Mar 2024 11:08:21 -0600 Subject: [PATCH] added hex in cargo.toml --- mine-your-first-block/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mine-your-first-block/Cargo.toml b/mine-your-first-block/Cargo.toml index 7418716..8ea6bdd 100644 --- a/mine-your-first-block/Cargo.toml +++ b/mine-your-first-block/Cargo.toml @@ -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"