From ae3ab159fc5b5f11f632e7fbec8066ca85ba3f32 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 20 Apr 2020 15:24:28 +0200 Subject: [PATCH] add 'full' meta-feature Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 11ae64a..fe32506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,8 @@ futures-io = [ "futures" ] tokio-io = [ "tokio" ] tokio-fs = [ "tokio-io", "tokio/fs" ] +full = [ "tokio-fs", "futures-io" ] + async-example = [ "failure", "futures-io", -- 2.39.5