From fe73d46799de62b93e79e11d5390b05536da6faf Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 30 Jan 2021 23:16:23 +0100 Subject: [PATCH] Explicitly list features for examples --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 293f687..197d39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,11 @@ console = "0.14.0" [dependencies] unicode-segmentation = { version = "1.7.1", optional = true } + +[[example]] +name = "terminal" +required-features = ["text"] + +[[example]] +name = "udiff" +required-features = ["text"]