Provide docs.rs metadata for generating docs

Makes sure that docs.rs, when it supports it, provides all the documentation for
all our features!
This commit is contained in:
Alex Crichton
2018-09-05 12:57:36 -07:00
parent 269c491380
commit 038b087ba3
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
readme = "./README.md"
[package.metadata.docs.rs]
all-features = true
[lib]
doctest = false
test = false