diff --git a/recipes/wip/net/download/curlio/recipe.toml b/recipes/wip/net/download/curlio/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b80fc8c6079d2b20a64730df4e3cadb2c0c3491e
--- /dev/null
+++ b/recipes/wip/net/download/curlio/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/Kei-K23/curlio"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/diffutils-rs/recipe.toml b/recipes/wip/tools/diffutils-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f6edab13e9fc8c0f143cb706a42f72d406c974bd
--- /dev/null
+++ b/recipes/wip/tools/diffutils-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/uutils/diffutils"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/findutils-rs/recipe.toml b/recipes/wip/tools/findutils-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..41790eb6ba2b712bc01c18467d4281ecda0fe4fa
--- /dev/null
+++ b/recipes/wip/tools/findutils-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/uutils/findutils"
+[build]
+template = "cargo"