diff --git a/crates/brk_server/Cargo.toml b/crates/brk_server/Cargo.toml index 1d8f0080c..d3ec21500 100644 --- a/crates/brk_server/Cargo.toml +++ b/crates/brk_server/Cargo.toml @@ -44,3 +44,7 @@ tower-layer = { workspace = true } brk_bindgen = { workspace = true } brk_mempool = { workspace = true } color-eyre = { workspace = true } + +[[example]] +name = "bindgen" +required-features = ["bindgen"]