diff --git a/recipes/wip/moon/recipe.toml b/recipes/wip/moon/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..47d023d96cf304eaa8294ab6f2d5026a03a5b268
--- /dev/null
+++ b/recipes/wip/moon/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/moonrepo/moon"
+rev = "2d60d2cff16b37063ec5242451d086871bce7fd5"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages moon_cli
+"""
diff --git a/recipes/wip/proto/recipe.toml b/recipes/wip/proto/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..dae4a215bc0ba47e150fdc0617aba547191a4a19
--- /dev/null
+++ b/recipes/wip/proto/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+tar = "https://github.com/moonrepo/proto/releases/download/v0.26.2/source.tar.gz"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages proto_cli
+"""