chore: add cargo shear exception for getrandom
This commit is contained in:
parent
d11bf28625
commit
4d609118de
@ -71,6 +71,11 @@ ssr = [
|
|||||||
"leptos_router/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]
|
[package.metadata.leptos]
|
||||||
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name
|
# The name used by wasm-bindgen/cargo-leptos for the JS/WASM bundle. Defaults to the crate name
|
||||||
output-name = "ascend"
|
output-name = "ascend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user