diff --git a/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml b/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml
index 7c71bfd45dee310f32b06825ba70aff88af10251..64101a1eb485f2f81c70f445be59f84fcf8676cd 100644
--- a/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml
+++ b/recipes/wip/benchmarks/simple-disk-benchmark/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO source code error
 [source]
 git = "https://github.com/schwa/simple-disk-benchmark-rs"
 [build]
diff --git a/recipes/wip/demos/bevy-engine/recipe.toml b/recipes/wip/demos/bevy-engine/recipe.toml
index bc63618bd18151c82d6aa9e2c186b7b5da5c2e92..a314e0725c0adb30c8045096de02c7abbd45febe 100644
--- a/recipes/wip/demos/bevy-engine/recipe.toml
+++ b/recipes/wip/demos/bevy-engine/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO async-io crate error
 [source]
 git = "https://github.com/bevyengine/bevy"
 [build]
diff --git a/recipes/wip/demos/termtree/recipe.toml b/recipes/wip/demos/termtree/recipe.toml
index 846d2588067129b7ac21182d6e644a68a2b4ba5b..d23b074feae43b1429bd237643ef791586447897 100644
--- a/recipes/wip/demos/termtree/recipe.toml
+++ b/recipes/wip/demos/termtree/recipe.toml
@@ -1,4 +1,4 @@
-#TODO not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/rust-cli/termtree"
 [build]
diff --git a/recipes/wip/games/turdle/recipe.toml b/recipes/wip/games/turdle/recipe.toml
index d7d1fb963a18705a56087b6f1eef3926c9a236ee..2174e97dddebffabb1adddfa0399594346bd6e29 100644
--- a/recipes/wip/games/turdle/recipe.toml
+++ b/recipes/wip/games/turdle/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/weiteck/turdle"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]