mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
12 lines
224 B
TOML
12 lines
224 B
TOML
extend = [
|
|
{ path = "./cargo-leptos.toml" },
|
|
{ path = "../cargo-make/webdriver.toml" },
|
|
]
|
|
|
|
[tasks.integration-test]
|
|
dependencies = [
|
|
"install-cargo-leptos",
|
|
"start-webdriver",
|
|
"cargo-leptos-e2e-split",
|
|
]
|