Skip to content

Commit 1428f6a

Browse files
committed
chore: exclude benches
1 parent 056d474 commit 1428f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/postgresql-cst-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/tanzaku/postgresql-cst-parser"
66
description = "An unofficial PostgreSQL CST parser written in Pure Rust."
77
authors = ["tanzaku"]
88
license-file = "../../LICENSE"
9-
exclude = ["tests/**", "examples/**"]
9+
exclude = ["tests/**", "examples/**", "benches/**"]
1010
categories = ["parser-implementations"]
1111
keywords = ["postgres", "parser", "sql"]
1212

0 commit comments

Comments
 (0)