Files
leptos/examples/todo_app_sqlite_viz/Makefile.toml
2023-02-21 12:29:15 -05:00

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"