Skip to content

Commit

Permalink
add default-panic-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
atuchin-m committed Jan 24, 2025
1 parent 4dbe150 commit 9808df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
adblock = { path = "../", features = ["css-validation", "content-blocking", "resource-assembler"] }
neon = { version = "^0.10.1", default-features = false, features = ["napi-1"] }

[features]
default-panic-hook = []

0 comments on commit 9808df1

Please sign in to comment.