We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb18689 commit 17487f4Copy full SHA for 17487f4
Cargo.toml
@@ -12,7 +12,8 @@ include = [
12
# libpg_query
13
"Makefile", "pg_query.h",
14
"libpg_query/{src,vendor}/**/*.{c,h}",
15
- "libpg_query/protobuf/{pg_query.pb-c.*,pg_query.proto}",
+ "libpg_query/protobuf/pg_query.pb-c.{c,h}",
16
+ "libpg_query/protobuf/pg_query.proto",
17
]
18
19
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments