diff --git a/recipes/wip/dev/cargo-bloat/recipe.toml b/recipes/wip/dev/cargo-bloat/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..6052b926fbe929d1df8cc0aa0340183ecfc57d48
--- /dev/null
+++ b/recipes/wip/dev/cargo-bloat/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/RazrFalcon/cargo-bloat"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-dist/recipe.toml b/recipes/wip/dev/cargo-dist/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0541586722448fb1141c7df6affd706dbac8a916
--- /dev/null
+++ b/recipes/wip/dev/cargo-dist/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/axodotdev/cargo-dist"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cargo-dist
+"""
diff --git a/recipes/wip/dev/cargo-leptos/recipe.toml b/recipes/wip/dev/cargo-leptos/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..77b5c4d032b3004ca7a93c7e4ca09e49e935721d
--- /dev/null
+++ b/recipes/wip/dev/cargo-leptos/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/leptos-rs/cargo-leptos"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-license/recipe.toml b/recipes/wip/dev/cargo-license/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8673e0e577916fcf904ca3fceb59231e95858102
--- /dev/null
+++ b/recipes/wip/dev/cargo-license/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/onur/cargo-license"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-llvm-cov/recipe.toml b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..725ccbd7a989d214bcdf331880a3c471a43c9e5a
--- /dev/null
+++ b/recipes/wip/dev/cargo-llvm-cov/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/taiki-e/cargo-llvm-cov"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-modules/recipe.toml b/recipes/wip/dev/cargo-modules/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..379cc1c6d820ae59185a4d82af0259e8b7ccbaad
--- /dev/null
+++ b/recipes/wip/dev/cargo-modules/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/regexident/cargo-modules"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-udeps/recipe.toml b/recipes/wip/dev/cargo-udeps/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..0a0f7c25e762b5c84934c795083e2369b681336d
--- /dev/null
+++ b/recipes/wip/dev/cargo-udeps/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/est31/cargo-udeps"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-update/recipe.toml b/recipes/wip/dev/cargo-update/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f5016b40c02c1ccb1a68ad8ff0bc66591f98c409
--- /dev/null
+++ b/recipes/wip/dev/cargo-update/recipe.toml
@@ -0,0 +1,11 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nabijaczleweli/cargo-update"
+[build]
+template = "cargo"
+dependencies = [
+    "curl",
+    "openssl1",
+    "libssh2",
+    "libgit2",
+]
diff --git a/recipes/wip/dev/ktra/recipe.toml b/recipes/wip/dev/ktra/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..36ed8bc4828d554ef891fa356120cb3d6ebcd106
--- /dev/null
+++ b/recipes/wip/dev/ktra/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/moriturus/ktra"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/twiggy/recipe.toml b/recipes/wip/dev/twiggy/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..11d05de4bb5e90cc7ff0eabb0fffba05ea719bee
--- /dev/null
+++ b/recipes/wip/dev/twiggy/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rustwasm/twiggy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages twiggy
+"""