Added a bitcoin client

This commit is contained in:
Dave Hrycyszyn
2024-06-20 17:13:56 +01:00
parent 53b17591b8
commit c0c5a12e84
2 changed files with 59 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ tracing = "0.1.32"
# tracing-subscriber = "0.3.9"
toml = "0.8.14"
indexmap = { version = "2.2.6", features = ["serde"] }
bitcoincore-rpc = "0.19.0"
bitcoincore-rpc-json = "0.19.0"
[dev-dependencies]
uuid = { version = "1.8.0", features = ["v4"] }