diff --git a/recipes/wip/demos/ferris-says/recipe.toml b/recipes/wip/demos/ferris-says/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f42b0fccdf3d2dca091d0892764ac236ab671fb8
--- /dev/null
+++ b/recipes/wip/demos/ferris-says/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/rust-lang/ferris-says"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/cargo-outofdate/recipe.toml b/recipes/wip/dev/cargo-outofdate/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..27864de37a8be0fac6fb4d237290b02ad183c628
--- /dev/null
+++ b/recipes/wip/dev/cargo-outofdate/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/quininer/cargo-outofdate"
+[build]
+template = "cargo"
diff --git a/recipes/wip/dev/jaq/recipe.toml b/recipes/wip/dev/jaq/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c78159a2d1f8b09a0dc6cab44a4b6103d0ed5d1d
--- /dev/null
+++ b/recipes/wip/dev/jaq/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/01mf02/jaq"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages jaq
+"""
diff --git a/recipes/wip/games/bevy-combat/recipe.toml b/recipes/wip/games/bevy-combat/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8a6afa27b5a6245a17c6067a910de14790f50333
--- /dev/null
+++ b/recipes/wip/games/bevy-combat/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/ElliotB256/bevy_combat"
+[build]
+template = "cargo"
diff --git a/recipes/wip/graphics/jxl-oxide/recipe.toml b/recipes/wip/graphics/jxl-oxide/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..d025db41cc0754d9299814e1a2fac59c92abca3b
--- /dev/null
+++ b/recipes/wip/graphics/jxl-oxide/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/tirr-c/jxl-oxide"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages jxl-oxide-cli
+"""
diff --git a/recipes/wip/net/turn-rs/recipe.toml b/recipes/wip/net/turn-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8cc52065d089530fbbccf39f2270a0c98076ae7f
--- /dev/null
+++ b/recipes/wip/net/turn-rs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/mycrl/turn-rs"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages cli turn-server
+"""
diff --git a/recipes/wip/tools/crunchy-cli/recipe.toml b/recipes/wip/tools/crunchy-cli/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..e866bbd99d6082981e4fd7ce2dabb759e769dedf
--- /dev/null
+++ b/recipes/wip/tools/crunchy-cli/recipe.toml
@@ -0,0 +1,6 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/crunchy-labs/crunchy-cli"
+rev = "8fff807ae68b61931aa8b1c899b8c8bba4df0784"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/epub2txt/recipe.toml b/recipes/wip/tools/epub2txt/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..cbe24729f78dbcaaa72e47230a5e022de22146e6
--- /dev/null
+++ b/recipes/wip/tools/epub2txt/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/quininer/epub2txt"
+[build]
+template = "cargo"
diff --git a/recipes/wip/tools/snappy-rs/recipe.toml b/recipes/wip/tools/snappy-rs/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..63e390a5c83c81957fd940c13ce29824d92fbd42
--- /dev/null
+++ b/recipes/wip/tools/snappy-rs/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/BurntSushi/rust-snappy"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages szip
+"""
diff --git a/recipes/wip/tools/unzrip/recipe.toml b/recipes/wip/tools/unzrip/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..c90407d8af74a08f20b408722bc55a6b24fb0ae4
--- /dev/null
+++ b/recipes/wip/tools/unzrip/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/quininer/unzrip"
+[build]
+template = "cargo"