bitcoin: Fix path to the readme
We moved to a submodule and didn't fix the readme path in the `bitcoin` manifest.
This commit is contained in:
parent
d65646ce99
commit
998b204ece
|
@ -8,7 +8,7 @@ documentation = "https://docs.rs/bitcoin/"
|
||||||
description = "General purpose library for using and interoperating with Bitcoin."
|
description = "General purpose library for using and interoperating with Bitcoin."
|
||||||
categories = ["cryptography::cryptocurrencies"]
|
categories = ["cryptography::cryptocurrencies"]
|
||||||
keywords = [ "crypto", "bitcoin" ]
|
keywords = [ "crypto", "bitcoin" ]
|
||||||
readme = "README.md"
|
readme = "../README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
exclude = ["tests", "contrib"]
|
exclude = ["tests", "contrib"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue