Skip to content

Commit

Permalink
Add missing bin config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Dec 20, 2024
1 parent eb9c860 commit 9992dcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]

[[bin]]
name = "pgrx_embed_prometheus_fdw"
path = "./src/bin/pgrx_embed.rs"

[features]
default = ["pg17"]
pg14 = ["pgrx/pg14", "pgrx-tests/pg14", "supabase-wrappers/pg14"]
Expand Down

0 comments on commit 9992dcb

Please sign in to comment.