diff --git a/recipes/wip/dev/loco/recipe.toml b/recipes/wip/dev/loco/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6f0350df29b56c486c0cb902fd74ab0eaf8a811b
--- /dev/null
+++ b/recipes/wip/dev/loco/recipe.toml
@@ -0,0 +1,5 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/loco-rs/loco"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/posixutils-rs/recipe.toml b/recipes/wip/tools/posixutils-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c49fdb2c22602bf521dec20b956c2965d2a1c752
--- /dev/null
+++ b/recipes/wip/tools/posixutils-rs/recipe.toml
@@ -0,0 +1,9 @@
+#TODO not compiled or tested
+[source]
+git = "https://github.com/rustcoreutils/posixutils-rs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages calc datetime dev display file \
+fs misc pathnames plib process screen sys text tree users xform
+"""