diff --git a/Cargo.toml b/Cargo.toml index d4f2391e1..36f8d65bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "bech32" version = "0.9.1" -authors = ["Clark Moody"] +authors = ["Clark Moody", "The rust-bitcoin developers"] repository = "https://github.com/rust-bitcoin/rust-bech32" +documentation = "https://docs.rs/bech32/" description = "Encodes and decodes the Bech32 format" readme = "README.md" keywords = ["base32", "encoding", "bech32"]