mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore(ci): add Makefiles for smaller packages
This commit is contained in:
parent
7034375cdd
commit
f7ee0c4764
8 changed files with 8 additions and 0 deletions
1
any_spawner/Makefile.toml
Normal file
1
any_spawner/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
const_str_slice_concat/Makefile.toml
Normal file
1
const_str_slice_concat/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
either_of/Makefile.toml
Normal file
1
either_of/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
hydration_context/Makefile.toml
Normal file
1
hydration_context/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
next_tuple/Makefile.toml
Normal file
1
next_tuple/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
or_poisoned/Makefile.toml
Normal file
1
or_poisoned/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
reactive_graph/Makefile.toml
Normal file
1
reactive_graph/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
1
tachys/Makefile.toml
Normal file
1
tachys/Makefile.toml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
extend = { path = "../cargo-make/main.toml" }
|
Loading…
Reference in a new issue