From 2ef1df49d4147477493f0b3acfe4ce0ee7657cb2 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 20 Apr 2026 09:06:45 +1000 Subject: [PATCH] Add rust-bitcoin.org as homepage Add a homepage that will link to the soon-to-be-update website that documents this crate's existence. ref: https://github.com/rust-bitcoin/rust-bitcoin.github.io/pull/45 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b2a0d3a..c67dc0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.3.0" authors = ["Martin Habovštiak ", "Andrew Poelstra "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/hex-conservative" +homepage = "https://rust-bitcoin.org" description = "A hex encoding and decoding crate with a conservative MSRV and dependency policy." categories = ["encoding"] keywords = ["encoding", "hex", "hexadecimal"]