leptos/examples/counters_stable/Makefile.toml
2023-06-01 22:12:18 -04:00

6 lines
159 B
TOML

extend = [{ path = "../cargo-make/main.toml" }]
[tasks.build]
command = "cargo"
args = ["+stable", "build-all-features"]
install_crate = "cargo-all-features"