Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Try to fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Jun 1, 2024
1 parent 0f9cb80 commit 2ef5770
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ authors = [
"Tobin C. Harding <[email protected]>"
]
license = "CC0-1.0"
description = "Support for the Bitcoin Core JSON-RPC API"
description = "Support for the bitcoind JSON-RPC API"
repository = "https://github.com/tcharding/rust-bitcoind-json-rpc/"
categories = ["cryptography::cryptocurrencies"]
keywords = ["bitcoin", "json-rpc"]
readme = "../README.md"
edition = "2021"
rust-version = "1.56.1"
exclude = ["tests", "contrib"]

[features]
default = []
Expand Down Expand Up @@ -45,7 +50,8 @@ env_logger = "0.9.0"
bitcoind = { version = "0.36.0", features = ["22_1"] }

[patch.crates-io.bitcoind]
path = "/home/tobin/build/github.com/tcharding/bitcoind/bitcoind-json-rpc"
git = "https://github.com/rust-bitcoin/bitcoind"
branch = "bitcoind-json-rpc"

[patch.crates-io.bitcoind-json-rpc]
path = "."

0 comments on commit 2ef5770

Please sign in to comment.