chore: add cargo shear exception for getrandom

This commit is contained in:
Asger Juul Brunshøj 2025-05-08 20:25:46 +02:00
parent d11bf28625
commit 4d609118de

View File

@ -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"