diff --git a/recipes/wip/dev/cargo-checkmate/recipe.toml b/recipes/wip/dev/cargo-checkmate/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..a90449c384d365c4717c622b2977354970488dba
--- /dev/null
+++ b/recipes/wip/dev/cargo-checkmate/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cargo-checkmate/cargo-checkmate"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-guppy/recipe.toml b/recipes/wip/dev/cargo-guppy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b1023cbc33702fb0eb31ae00071e8c7c9a502759
--- /dev/null
+++ b/recipes/wip/dev/cargo-guppy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guppy-rs/guppy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-guppy
+"""
diff --git a/recipes/wip/dev/cargo-hakari/recipe.toml b/recipes/wip/dev/cargo-hakari/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5a3e01d4ad4fa4b3688130807fbd5f017089ed48
--- /dev/null
+++ b/recipes/wip/dev/cargo-hakari/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/guppy-rs/guppy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-hakari
+"""
diff --git a/recipes/wip/dev/cargo-limit/recipe.toml b/recipes/wip/dev/cargo-limit/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..82e7be328a2b2f7c3782b47bf5c3149b6036bb4b
--- /dev/null
+++ b/recipes/wip/dev/cargo-limit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cargo-limit/cargo-limit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-rdme/recipe.toml b/recipes/wip/dev/cargo-rdme/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b63566cf9c08edfc2ed3f26e01dda4b964208110
--- /dev/null
+++ b/recipes/wip/dev/cargo-rdme/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/orium/cargo-rdme"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-wasix/recipe.toml b/recipes/wip/dev/cargo-wasix/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1aeb180b8261d815ce4b0813e37aceb67b3a9aae
--- /dev/null
+++ b/recipes/wip/dev/cargo-wasix/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wasix-org/cargo-wasix"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/gist-rs/recipe.toml b/recipes/wip/dev/gist-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..29abdf659c68764480ade73756e5dcf0b854d0b0
--- /dev/null
+++ b/recipes/wip/dev/gist-rs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/oz/gist"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/gitlab-cargo-shim/recipe.toml b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..30868a9ff367b593f2cec838bb0f48b9adaca988
--- /dev/null
+++ b/recipes/wip/dev/gitlab-cargo-shim/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/w4/gitlab-cargo-shim"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/rhack/recipe.toml b/recipes/wip/dev/rhack/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..03eed4daca9221edf658e3cb62047718d71ee37f
--- /dev/null
+++ b/recipes/wip/dev/rhack/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nakabonne/rhack"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/stitch/recipe.toml b/recipes/wip/dev/stitch/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..989da3afd81b132272595c30bdd33973038d0c5d
--- /dev/null
+++ b/recipes/wip/dev/stitch/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/makepad/stitch"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/wasmi/recipe.toml b/recipes/wip/dev/wasmi/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5e2d820f4c7d188578cced316b0794895955ee91
--- /dev/null
+++ b/recipes/wip/dev/wasmi/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wasmi-labs/wasmi"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages wasmi_cli
+"""