diff --git a/Cargo.toml b/Cargo.toml index 7806ddeb..d6fcc35e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,12 @@ exclude = [".github/", ".gitignore", "benches/", "examples/", "fuzz/", "images/" [[example]] name = "hyphenation" +path = "examples/hyphenation.rs" required-features = ["hyphenation"] [[example]] name = "termwidth" +path = "examples/termwidth.rs" required-features = ["terminal_size"] [package.metadata.docs.rs]