From 160bdaeb5c40f668a5c9f243cf9f2989254259a1 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 22:15:52 +0200 Subject: [PATCH] Add features for docs.rs build --- rust-bindings/rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 6f251a01..6576e3f0 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -77,3 +77,6 @@ v2018_6 = ["v2018_5", "ostree-sys/v2018_6"] v2018_7 = ["v2018_6", "ostree-sys/v2018_7"] v2018_9 = ["v2018_7", "ostree-sys/v2018_9"] v2019_2 = ["v2018_9", "ostree-sys/v2019_2"] + +["package.metadata.docs.rs"] +features = ["dox", "futures"]