We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056d474 commit 1428f6aCopy full SHA for 1428f6a
crates/postgresql-cst-parser/Cargo.toml
@@ -6,7 +6,7 @@ repository = "https://github.com/tanzaku/postgresql-cst-parser"
6
description = "An unofficial PostgreSQL CST parser written in Pure Rust."
7
authors = ["tanzaku"]
8
license-file = "../../LICENSE"
9
-exclude = ["tests/**", "examples/**"]
+exclude = ["tests/**", "examples/**", "benches/**"]
10
categories = ["parser-implementations"]
11
keywords = ["postgres", "parser", "sql"]
12
0 commit comments