mirror of
https://github.com/tower-rs/tower.git
synced 2025-12-31 05:40:50 +00:00
make and util: enable optional features for docs.rs
This commit is contained in:
parent
2dc9a72bea
commit
fec0042eea
@ -19,3 +19,6 @@ connect = ["tokio"]
|
||||
[dependencies]
|
||||
tower-service = "0.3"
|
||||
tokio = { version = "0.2", optional = true }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["connect"]
|
||||
|
||||
@ -39,3 +39,6 @@ tokio-test = "0.2"
|
||||
tokio = { version = "0.2", features = ["stream", "sync", "macros"] }
|
||||
tower = { version = "0.3", path = "../tower" }
|
||||
tower-test = { version = "0.3", path = "../tower-test" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["call-all"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user