From f7ee0c4764a03bddb05f9eb918b377cef6311f5b Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Fri, 21 Jun 2024 06:45:44 -0400 Subject: [PATCH] chore(ci): add Makefiles for smaller packages --- any_spawner/Makefile.toml | 1 + const_str_slice_concat/Makefile.toml | 1 + either_of/Makefile.toml | 1 + hydration_context/Makefile.toml | 1 + next_tuple/Makefile.toml | 1 + or_poisoned/Makefile.toml | 1 + reactive_graph/Makefile.toml | 1 + tachys/Makefile.toml | 1 + 8 files changed, 8 insertions(+) create mode 100644 any_spawner/Makefile.toml create mode 100644 const_str_slice_concat/Makefile.toml create mode 100644 either_of/Makefile.toml create mode 100644 hydration_context/Makefile.toml create mode 100644 next_tuple/Makefile.toml create mode 100644 or_poisoned/Makefile.toml create mode 100644 reactive_graph/Makefile.toml create mode 100644 tachys/Makefile.toml diff --git a/any_spawner/Makefile.toml b/any_spawner/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/any_spawner/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/const_str_slice_concat/Makefile.toml b/const_str_slice_concat/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/const_str_slice_concat/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/either_of/Makefile.toml b/either_of/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/either_of/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/hydration_context/Makefile.toml b/hydration_context/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/hydration_context/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/next_tuple/Makefile.toml b/next_tuple/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/next_tuple/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/or_poisoned/Makefile.toml b/or_poisoned/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/or_poisoned/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/reactive_graph/Makefile.toml b/reactive_graph/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/reactive_graph/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" } diff --git a/tachys/Makefile.toml b/tachys/Makefile.toml new file mode 100644 index 000000000..3d822c68d --- /dev/null +++ b/tachys/Makefile.toml @@ -0,0 +1 @@ +extend = { path = "../cargo-make/main.toml" }