Skip to content

Commit

Permalink
chore: add explicit feature for example (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a authored Aug 11, 2022
1 parent db12c34 commit cd3a7e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crates/node_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cd3a7e4

Please sign in to comment.