Skip to content

Commit 036bb92

Browse files
authored
Merge pull request dtolnay#1169 from Enyium/patch-1
Add docs.rs documentation link to `cxx-build`'s `Cargo.toml`
2 parents 1f13e31 + e59b4db commit 036bb92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen/build/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.0.88"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::build-utils", "development-tools::ffi"]
66
description = "C++ code generator for integrating `cxx` crate into a Cargo build."
7+
documentation = "https://docs.rs/cxx-build"
78
edition = "2018"
89
exclude = ["build.rs"]
910
homepage = "https://cxx.rs"

0 commit comments

Comments
 (0)