build(cargo): include examples and benches

This commit is contained in:
EdJoPaTo
2024-05-22 21:59:35 +02:00
parent 569043ebfd
commit 136599257a
+1 -1
View File
@@ -8,7 +8,7 @@ authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
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]