diff --git a/crates/node_binding/Cargo.toml b/crates/node_binding/Cargo.toml index 17ce42c82a1d..b19cd2b58f3d 100644 --- a/crates/node_binding/Cargo.toml +++ b/crates/node_binding/Cargo.toml @@ -13,6 +13,15 @@ crate-type = ["lib", "cdylib"] default = [] test = ["napi-derive/noop"] +[[example]] +name = "basic" +required-features = ["test"] + +[[example]] +name = "serve" +required-features = ["test"] + + [dependencies] anyhow = {version = "1", features = ["backtrace"]} async-trait = "0.1.53"