diff --git a/recipes/wip/dev/cargo-workspaces/recipe.toml b/recipes/wip/dev/cargo-workspaces/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..28aca62590c7fd6f97c311afb8157e0408cbda90
--- /dev/null
+++ b/recipes/wip/dev/cargo-workspaces/recipe.toml
@@ -0,0 +1,9 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/pksunkara/cargo-workspaces"
+[build]
+template = "custom"
+script = """
+COOKBOOK_SOURCE="${COOKBOOK_SOURCE}"/cargo-workspaces
+cookbook_cargo
+"""
diff --git a/recipes/wip/dev/git-grab/recipe.toml b/recipes/wip/dev/git-grab/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..278ca098533fb8aadfb19ae318a5cf307d668783
--- /dev/null
+++ b/recipes/wip/dev/git-grab/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wezm/git-grab"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/xbuild/recipe.toml b/recipes/wip/dev/xbuild/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..13846d05cfb3cdd1c3705d390c29e1c208ee179d
--- /dev/null
+++ b/recipes/wip/dev/xbuild/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-mobile/xbuild"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages xbuild
+"""
diff --git a/recipes/wip/net/updns/recipe.toml b/recipes/wip/net/updns/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8abe8049dd75571f97486c52c89e22b150c4f22e
--- /dev/null
+++ b/recipes/wip/net/updns/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/wyhaya/updns"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/eureka/recipe.toml b/recipes/wip/tools/eureka/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..255315b341f152b4094d65eed9131cd189cd7881
--- /dev/null
+++ b/recipes/wip/tools/eureka/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/simeg/eureka"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/scrying/recipe.toml b/recipes/wip/tools/scrying/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..beeb0196a11b5ba698cda28934651824f6cc3aae
--- /dev/null
+++ b/recipes/wip/tools/scrying/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nccgroup/scrying"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/teip/recipe.toml b/recipes/wip/tools/teip/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..49bc47fc3f98388df4c73e49128e090594a85daf
--- /dev/null
+++ b/recipes/wip/tools/teip/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/greymd/teip"
+[build]
+template = "cargo"