From c0f717cf30b69455c1dd0e000d73025b2553bc04 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 2 Jan 2020 11:44:04 -0800 Subject: [PATCH] Enable blocking, cookies, and json features on Playground --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7990aa6..c0235f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,13 @@ autotests = true [package.metadata.docs.rs] all-features = true +[package.metadata.playground] +features = [ + "blocking", + "cookies", + "json", +] + [features] default = ["default-tls"]