leptos-use/examples/.cargo/config.toml

6 lines
179 B
TOML
Raw Normal View History

2023-05-31 05:56:32 +01:00
[build]
rustflags = ["--cfg=web_sys_unstable_apis", "--cfg=has_std"]
[unstable]
build-std = ["std", "panic_abort", "core", "alloc"]
build-std-features = ["panic_immediate_abort"]