leptos/examples/counter_without_macros/Makefile.toml
2023-03-13 07:25:08 -04:00

9 lines
221 B
TOML

[tasks.build]
command = "cargo"
args = ["+stable", "build-all-features"]
install_crate = "cargo-all-features"
[tasks.check]
command = "cargo"
args = ["+stable", "check-all-features"]
install_crate = "cargo-all-features"