diff --git a/Cargo.toml b/Cargo.toml index 45a160a..a67dd8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]