diff --git a/recipes/wip/benchmarks/glassbench/recipe.toml b/recipes/wip/benchmarks/glassbench/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d9365c2db0259ca71481e10d16021d304b75912b
--- /dev/null
+++ b/recipes/wip/benchmarks/glassbench/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Canop/glassbench"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-clone-crate/recipe.toml b/recipes/wip/dev/cargo-clone-crate/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..676829b5909330c4b8cd0a0296369e171ce92669
--- /dev/null
+++ b/recipes/wip/dev/cargo-clone-crate/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ehuss/cargo-clone-crate"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-get/recipe.toml b/recipes/wip/dev/cargo-get/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e37c8e1d25e9b076bb953f76181e015f55521092
--- /dev/null
+++ b/recipes/wip/dev/cargo-get/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nicolaiunrein/cargo-get"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-qtest/recipe.toml b/recipes/wip/dev/cargo-qtest/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ad3c7c4a6d33b77a111c8fd599a8c6b98f779c98
--- /dev/null
+++ b/recipes/wip/dev/cargo-qtest/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/onur-ozkan/cargo-qtest"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-whatfeatures/recipe.toml b/recipes/wip/dev/cargo-whatfeatures/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c263e47ee7ddf673f739e21cd5548af325eefb4a
--- /dev/null
+++ b/recipes/wip/dev/cargo-whatfeatures/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/museun/cargo-whatfeatures"
+[build]
+template = "custom"
+script = """
+cookbook_cargo --features rustls
+"""
diff --git a/recipes/wip/dev/kondo/recipe.toml b/recipes/wip/dev/kondo/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..b6cd907c0e05f2fce09658b146a87c0cf485b4f7
--- /dev/null
+++ b/recipes/wip/dev/kondo/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tbillington/kondo"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages kondo
+"""
diff --git a/recipes/wip/dev/rust-to-npm/recipe.toml b/recipes/wip/dev/rust-to-npm/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d098189558cfc5485023bd144381de8ed0efd633
--- /dev/null
+++ b/recipes/wip/dev/rust-to-npm/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/a11ywatch/rust-to-npm"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cli
+"""