Enable blocking, cookies, and json features on Playground

This commit is contained in:
Sean McArthur
2020-01-02 11:44:04 -08:00
parent e0a94286bf
commit c0f717cf30

View File

@@ -15,6 +15,13 @@ autotests = true
[package.metadata.docs.rs]
all-features = true
[package.metadata.playground]
features = [
"blocking",
"cookies",
"json",
]
[features]
default = ["default-tls"]