1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

ensure docs.rs builds all crates with all features

This commit is contained in:
Rob Ede
2023-04-11 12:22:28 +01:00
parent 8a31f3020e
commit 75386f4a1d
7 changed files with 19 additions and 15 deletions

View File

@ -13,9 +13,9 @@ license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.60"
[lib]
name = "actix_protobuf"
path = "src/lib.rs"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true
[dependencies]
actix-web = { version = "4", default-features = false }