diff --git a/crates/ascend/Cargo.toml b/crates/ascend/Cargo.toml index 9412e97..5183041 100644 --- a/crates/ascend/Cargo.toml +++ b/crates/ascend/Cargo.toml @@ -71,6 +71,11 @@ ssr = [ "leptos_router/ssr", ] + +[package.metadata.cargo-shear] +# getrandom is depended on in order to turn on its wasm feature indirectly +ignored = ["getrandom"] + [package.metadata.leptos] # The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name output-name = "ascend"