From 8ede31cfdc508cf02737b1cbe39a2f3b5a1c1d51 Mon Sep 17 00:00:00 2001 From: Daniela Brozzoni Date: Mon, 24 Oct 2022 15:45:22 +0200 Subject: [PATCH] Add readme in Cargo.toml Trying to figure out why crates.io doesn't display the readme anymore... --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 22bb30c..c9e5d7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "MIT" description = "Rust wrapper for the Bitcoin Core Hardware Wallet Interface." repository = "https://github.com/bitcoindevkit/rust-hwi" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html