Enable features on docs.rs.

This commit is contained in:
Sergio Benitez 2017-06-30 02:41:00 -07:00
parent 3310c19960
commit b0612d7346
2 changed files with 6 additions and 0 deletions

View File

@ -36,3 +36,6 @@ rmp-serde = { version = "^0.13", optional = true }
handlebars = { version = "^0.27", optional = true }
glob = { version = "^0.2", optional = true }
tera = { version = "^0.10", optional = true }
[package.metadata.docs.rs]
all-features = true

View File

@ -50,3 +50,6 @@ rocket_codegen = { version = "0.3.0-dev", path = "../codegen" }
[build-dependencies]
yansi = "0.3"
version_check = "0.1.2"
[package.metadata.docs.rs]
all-features = true