mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[tasks.build]
|
|
toolchain = "stable"
|
|
command = "cargo"
|
|
args = ["build-all-features"]
|
|
install_crate = "cargo-all-features"
|
|
|
|
[tasks.check]
|
|
toolchain = "stable"
|
|
command = "cargo"
|
|
args = ["check-all-features"]
|
|
install_crate = "cargo-all-features"
|