We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65646c commit 998b204Copy full SHA for 998b204
bitcoin/Cargo.toml
@@ -8,7 +8,7 @@ documentation = "https://docs.rs/bitcoin/"
8
description = "General purpose library for using and interoperating with Bitcoin."
9
categories = ["cryptography::cryptocurrencies"]
10
keywords = [ "crypto", "bitcoin" ]
11
-readme = "README.md"
+readme = "../README.md"
12
edition = "2018"
13
exclude = ["tests", "contrib"]
14
0 commit comments