mirror of
https://github.com/chenasraf/leptos.git
synced 2026-05-17 17:48:10 +00:00
10 lines
221 B
TOML
10 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"
|