Add metadata to include all features for docs on docs.rs

This is related to https://github.com/onur/docs.rs/pull/131
This commit is contained in:
Yong Wen Chua 2017-06-27 05:29:27 +08:00
parent 6f69ab758b
commit d5aeae0a4d
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ serde = { version = "1", optional = true }
serde_json = { version = "1" }
serde_derive = { version = "1" }
bincode = { version = "0.8.0" }
[package.metadata.docs.rs]
all-features = true