Skip to content

Commit

Permalink
chore: add deferred_trace napi feature
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusJx committed Aug 20, 2023
1 parent 09f5fbc commit 458184b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ version = "0.1.0"
crate-type = ["cdylib"]

[dependencies]
napi = { version = "2.13.3", default-features = false, features = ["napi4", "napi6", "tokio_rt"] }
napi = { version = "2.13.3", default-features = false, features = [
"napi4",
"napi6",
"tokio_rt",
"deferred_trace"
] }
napi-derive = "2.13.0"
tokio = "1.32.0"
futures = "0.3.28"
Expand Down

0 comments on commit 458184b

Please sign in to comment.