diff --git a/recipes/wip/tenere/recipe.toml b/recipes/wip/tenere/recipe.toml
index 68f5cb2340fd5b4dc63d07854226651b91774694..5bb99003f38f07e582ca2bdf47e530c1dd0bda78 100644
--- a/recipes/wip/tenere/recipe.toml
+++ b/recipes/wip/tenere/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO sys-info crate error
 [source]
 git = "https://github.com/pythops/tenere"
 [build]
diff --git a/recipes/wip/termchat/recipe.toml b/recipes/wip/termchat/recipe.toml
index 5bad56042f2ad2c2721f5372c9d959a9a5679c81..9e5675c9aef61eb542ccbccfcb757dd04048fa4b 100644
--- a/recipes/wip/termchat/recipe.toml
+++ b/recipes/wip/termchat/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the mio crate to 0.8.x
 [source]
 git = "https://github.com/lemunozm/termchat"
 [build]
diff --git a/recipes/wip/termscp/recipe.toml b/recipes/wip/termscp/recipe.toml
index 52c75cfff64ab829fec9f325f4f0a771fb3e52c9..d47fd2d0f0422959afec3d89db971ab6b872bb98 100644
--- a/recipes/wip/termscp/recipe.toml
+++ b/recipes/wip/termscp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make dbus work
 [source]
 git = "https://github.com/veeso/termscp"
 rev = "ef8dbb6305fd1573446a254b9be759a1f13724af"
diff --git a/recipes/wip/tetanes/recipe.toml b/recipes/wip/tetanes/recipe.toml
index 15b14017663aa3da047bb6b77c62ae61d87a8d93..e374365f0a2d35d747f24dbdb333904243275010 100644
--- a/recipes/wip/tetanes/recipe.toml
+++ b/recipes/wip/tetanes/recipe.toml
@@ -5,8 +5,8 @@ git = "https://github.com/lukexor/tetanes"
 template = "cargo"
 dependencies = [
     "sdl2",
-    "sdl2_image",
-    "sdl2_mixer",
-    "sdl2_ttf",
-    "sdl2_gfx",
+    "sdl2-image",
+    "sdl2-mixer",
+    "sdl2-ttf",
+    "sdl2-gfx",
 ]
diff --git a/recipes/wip/texel/recipe.toml b/recipes/wip/texel/recipe.toml
index b92b4a959b401e473a94fefbf0981692d664436a..3e9cbfb375e75977397b1b8424bf2663c8d504b9 100644
--- a/recipes/wip/texel/recipe.toml
+++ b/recipes/wip/texel/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/almindor/texel"
 [build]
diff --git a/recipes/wip/thesaurust/recipe.toml b/recipes/wip/thesaurust/recipe.toml
index d53a58710f520e59118940cbfdaaf6031eb9b61c..357b20b9e1797d4df81997f95caca402f3f78def 100644
--- a/recipes/wip/thesaurust/recipe.toml
+++ b/recipes/wip/thesaurust/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/QuietPigeon2001/thesaurust"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]