doc: enable all features for doc.rs
Generate documentation for doc.rs with all features enabled. Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
This commit is contained in:
parent
0d2acd505d
commit
c008d26f51
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ readme = "README.md"
|
|||
license = "Apache-2.0 OR BSD-3-Clause"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
vhost-vsock = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue