Skip to content

Commit bdc1565

Browse files
committed
cargo: include examples and benches in published package
1 parent 6f86d6c commit bdc1565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ keywords = ["xml", "html", "parser", "dom", "xpath"]
1313
categories = ["parser-implementations", "web-programming"]
1414
include = [
1515
"src/**/*.rs",
16+
"examples/**/*.rs",
17+
"benches/**/*.rs",
1618
"include/*.h",
1719
"Cargo.toml",
1820
"LICENSE",

0 commit comments

Comments
 (0)