]> git.proxmox.com Git - pxar.git/commitdiff
add 'full' meta-feature
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Apr 2020 13:24:28 +0000 (15:24 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Apr 2020 13:24:28 +0000 (15:24 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Cargo.toml

index 11ae64a39fb4c4be89e739e90afbba67a26d8b5e..fe3250664cfde13750f9c5ccd0b1cfbc00a11f80 100644 (file)
@@ -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",