From 7d77786317c58f2c120a7075e6822b06e4032b2e Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 20 Jan 2020 15:38:10 -0800 Subject: [PATCH] Add toml and markdown features to rustdoc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb8abaa..f807e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.14.1-alpha.0" edition = "2018" [package.metadata.docs.rs] -features = ["unstable_scroll"] +features = ["unstable_scroll", "scroll", "markdown"] [badges.travis-ci] repository = "gyscos/cursive"