Skip to content

Commit 9992dcb

Browse files
committed
Add missing bin config (#27)
1 parent eb9c860 commit 9992dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ edition = "2021"
66
[lib]
77
crate-type = ["cdylib", "lib"]
88

9+
[[bin]]
10+
name = "pgrx_embed_prometheus_fdw"
11+
path = "./src/bin/pgrx_embed.rs"
12+
913
[features]
1014
default = ["pg17"]
1115
pg14 = ["pgrx/pg14", "pgrx-tests/pg14", "supabase-wrappers/pg14"]

0 commit comments

Comments
 (0)