Enable blocking, cookies, and json features on Playground
This commit is contained in:
@@ -15,6 +15,13 @@ autotests = true
|
|||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|
||||||
|
[package.metadata.playground]
|
||||||
|
features = [
|
||||||
|
"blocking",
|
||||||
|
"cookies",
|
||||||
|
"json",
|
||||||
|
]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["default-tls"]
|
default = ["default-tls"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user