diff --git a/recipes/wip/emulators/trapezoid/recipe.toml b/recipes/wip/emulators/trapezoid/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..1977a6403463456aebf51a74208cd3f96d495a21
--- /dev/null
+++ b/recipes/wip/emulators/trapezoid/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/Amjad50/Trapezoid"
+[build]
+template = "cargo"
diff --git a/recipes/wip/net/simple-http-server/recipe.toml b/recipes/wip/net/simple-http-server/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..f8a88573f5332abefc85797c49651ee7461714f2
--- /dev/null
+++ b/recipes/wip/net/simple-http-server/recipe.toml
@@ -0,0 +1,5 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/TheWaWaR/simple-http-server"
+[build]
+template = "cargo"
diff --git a/recipes/wip/sound/neothesia/recipe.toml b/recipes/wip/sound/neothesia/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..ffe9512142a6094026c945aabab56bdd12acffc4
--- /dev/null
+++ b/recipes/wip/sound/neothesia/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/PolyMeilex/Neothesia"
+[build]
+template = "custom"
+script = """
+cookbook_cargo_packages neothesia
+"""
diff --git a/recipes/wip/tools/rusty-psn-cli/recipe.toml b/recipes/wip/tools/rusty-psn-cli/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..558abe1424b1ecbf78dabea03747969e006b7456
--- /dev/null
+++ b/recipes/wip/tools/rusty-psn-cli/recipe.toml
@@ -0,0 +1,11 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/RainbowCookie32/rusty-psn"
+[build]
+template = "custom"
+dependencies = [
+    "openssl1",
+]
+script = """
+cookbook_cargo --features cli
+"""
diff --git a/recipes/wip/tools/rusty-psn-gui/recipe.toml b/recipes/wip/tools/rusty-psn-gui/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..8298b981f2f7f89e8696a7463d63dd975ae69aee
--- /dev/null
+++ b/recipes/wip/tools/rusty-psn-gui/recipe.toml
@@ -0,0 +1,8 @@
+#TODO Not compiled or tested
+[source]
+git = "https://github.com/RainbowCookie32/rusty-psn"
+[build]
+template = "cargo"
+dependencies = [
+    "openssl1",
+]