This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
12
12
description = " Bitcoin Core JSON-RPC client"
13
13
categories = [" cryptography::cryptocurrencies" ]
14
14
keywords = [" bitcoin" , " bitcoind" , " json-rpc" ]
15
- readme = " ../ README.md"
15
+ readme = " README.md"
16
16
edition = " 2021"
17
17
rust-version = " 1.56.1"
18
18
exclude = [" tests" , " contrib" ]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
12
12
description = " Bitcoin Core JSON-RPC API types"
13
13
categories = [" cryptography::cryptocurrencies" ]
14
14
keywords = [" bitcoin" , " bitcoind" , " json-rpc" ]
15
- readme = " ../ README.md"
15
+ readme = " README.md"
16
16
edition = " 2021"
17
17
rust-version = " 1.56.1"
18
18
exclude = [" tests" , " contrib" ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/tcharding/rust-bitcoind-json-rpc"
7
7
description = " Utility to run a regtest bitcoind process, useful in integration testing environments"
8
8
categories = [" cryptography::cryptocurrencies" , " development-tools::testing" ]
9
9
keywords = [" bitcoin" , " bitcoind" , " json-rpc" ]
10
- readme = " ../ README.md"
10
+ readme = " README.md"
11
11
edition = " 2021"
12
12
rust-version = " 1.56.1"
13
13
exclude = [" tests" , " contrib" ]
You can’t perform that action at this time.
0 commit comments