From 136599257af3f93c2c522aad494fa87377fb53a5 Mon Sep 17 00:00:00 2001 From: EdJoPaTo Date: Wed, 22 May 2024 21:59:35 +0200 Subject: [PATCH] build(cargo): include examples and benches --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bdeff2..d465980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["EdJoPaTo "] edition = "2021" keywords = ["tui", "terminal", "tree", "widget"] categories = ["command-line-interface"] -include = ["src/**/*", "README.md"] +include = ["src/**/*", "examples/**/*", "benches/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lints.rust]