diff --git a/recipes/wip/benchmarks/divan/recipe.toml b/recipes/wip/benchmarks/divan/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..87116a09c1379e87d55b2f2cb7e9b97d3b0fbaf9
--- /dev/null
+++ b/recipes/wip/benchmarks/divan/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/nvzqz/divan"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages examples
+"""
diff --git a/recipes/wip/dev/rgit/recipe.toml b/recipes/wip/dev/rgit/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..2f628a6fb6f60d90848416ee2fe64ad1e01a7997
--- /dev/null
+++ b/recipes/wip/dev/rgit/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/w4/rgit"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/boringtun/recipe.toml b/recipes/wip/net/boringtun/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..5ca7af78474053c00c25677f53aa2d7ae9e8b1cb
--- /dev/null
+++ b/recipes/wip/net/boringtun/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/cloudflare/boringtun"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages boringtun-cli
+"""
diff --git a/recipes/wip/net/dufs/recipe.toml b/recipes/wip/net/dufs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..3bd1e12821007d8b5a4950044cb2977302ef74b2
--- /dev/null
+++ b/recipes/wip/net/dufs/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/sigoden/dufs"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/rix/recipe.toml b/recipes/wip/tools/rix/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ba9f08d7565ef9ce6d0012c16c20bb13732a3c4c
--- /dev/null
+++ b/recipes/wip/tools/rix/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/urbas/rix"
+[build]
+template = "cargo"
diff --git a/recipes/wip/video/lecturecut/recipe.toml b/recipes/wip/video/lecturecut/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..398da5181563283406f3737f372df4dd7948fc3d
--- /dev/null
+++ b/recipes/wip/video/lecturecut/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/LectureCut/CLI"
+[build]
+template = "cargo"