diff --git a/js/Cargo.toml b/js/Cargo.toml index 04bf9472..d82161fe 100644 --- a/js/Cargo.toml +++ b/js/Cargo.toml @@ -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 = []