diff --git a/recipes/wip/dev/auto-commit/recipe.toml b/recipes/wip/dev/auto-commit/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f5fb80a1e68a65e94c0489175ed47f3ec3cfe779
--- /dev/null
+++ b/recipes/wip/dev/auto-commit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/m1guelpf/auto-commit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/bender/recipe.toml b/recipes/wip/dev/bender/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..7cc886370be0d42948ea87bd6ace43848062798b
--- /dev/null
+++ b/recipes/wip/dev/bender/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pulp-platform/bender"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/code-minimap/recipe.toml b/recipes/wip/dev/code-minimap/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4a38cfe40fec305c33d6e79e6ea68ca693204320
--- /dev/null
+++ b/recipes/wip/dev/code-minimap/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wfxr/code-minimap"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/git-tool/recipe.toml b/recipes/wip/dev/git-tool/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d75db7d4937bc4cc1dd8b7425d6d3bcc91883e29
--- /dev/null
+++ b/recipes/wip/dev/git-tool/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/SierraSoftworks/git-tool"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/grcov/recipe.toml b/recipes/wip/dev/grcov/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..08220168786dd1dd379ebf0251f0668c48b0e0c9
--- /dev/null
+++ b/recipes/wip/dev/grcov/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mozilla/grcov"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/ocrs/recipe.toml b/recipes/wip/graphics/ocrs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..70baa607c367b9c90903ca246a6abda0147a14aa
--- /dev/null
+++ b/recipes/wip/graphics/ocrs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/robertknight/ocrs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages ocrs-cli
+"""
diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..19a7820ebce82291b5db9dd9aa6cbd5953b7201e
--- /dev/null
+++ b/recipes/wip/math/rink/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tiffany352/rink-rs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cli
+"""
diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..489bd7a567f45fb7e5051f72be2b753396539f87
--- /dev/null
+++ b/recipes/wip/security/keyscope/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/SpectralOps/keyscope"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/conserve/recipe.toml b/recipes/wip/tools/conserve/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..4fa0455d90603859a350800cb8621d682676f606
--- /dev/null
+++ b/recipes/wip/tools/conserve/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/sourcefrog/conserve"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/fennec/recipe.toml b/recipes/wip/tools/fennec/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..66e4868a6b5bf98555cf38f909ee050c8c73f7d0
--- /dev/null
+++ b/recipes/wip/tools/fennec/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/AbdulRhmanAlfaifi/Fennec"
+[build]
+template = "cargo"