mirror of https://github.com/rwf2/Rocket.git
Enable features on docs.rs.
This commit is contained in:
parent
3310c19960
commit
b0612d7346
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue