mirror of
https://github.com/chenasraf/leptos.git
synced 2026-05-18 01:49:06 +00:00
10 lines
223 B
TOML
10 lines
223 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["+nightly", "build-all-features"]
|
|
install_crate = "cargo-all-features"
|
|
|
|
[tasks.check]
|
|
command = "cargo"
|
|
args = ["+nightly", "check-all-features"]
|
|
install_crate = "cargo-all-features"
|