Skip to content

Commit 817f317

Browse files
committed
Add documentation field to manifest
Add a `documentation` field to the `package` section of the manifest pointing to `https://docs.rs/bech32`.
1 parent 55b3a1a commit 817f317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "bech32"
33
version = "0.9.0"
44
authors = ["Clark Moody", "The rust-bitcoin developers"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
6+
documentation = "https://docs.rs/bech32/"
67
description = "Encodes and decodes the Bech32 format"
78
readme = "README.md"
89
keywords = ["base32", "encoding", "bech32"]

0 commit comments

Comments
 (0)