diff --git a/recipes/wip/dev/coq-of-rust/recipe.toml b/recipes/wip/dev/coq-of-rust/recipe.toml
index 0370d5578018f35e9c91be6cd0e9262c5a81a1bf..234fddf023cccdab2caf50c6aef74df3457f1d81 100644
--- a/recipes/wip/dev/coq-of-rust/recipe.toml
+++ b/recipes/wip/dev/coq-of-rust/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require the rust-src rustc-dev llvm-tools-preview components
 [source]
 git = "https://github.com/formal-land/coq-of-rust"
 [build]
diff --git a/recipes/wip/dev/deploy-rs/recipe.toml b/recipes/wip/dev/deploy-rs/recipe.toml
index ac1cc1431177aaadf82260729feef111d7b977bc..aef3f5c8c982156cb5ed3d307276419168ad7e5a 100644
--- a/recipes/wip/dev/deploy-rs/recipe.toml
+++ b/recipes/wip/dev/deploy-rs/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO add a command to properly move the binary
 [source]
 git = "https://github.com/serokell/deploy-rs"
 [build]
diff --git a/recipes/wip/dev/dfx/recipe.toml b/recipes/wip/dev/dfx/recipe.toml
index 92769e5f18364b5325a1886218cc01f8aac7c924..1d4214da48738883dff849d716b7e977c81ea501 100644
--- a/recipes/wip/dev/dfx/recipe.toml
+++ b/recipes/wip/dev/dfx/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libloading crate error
 [source]
 git = "https://github.com/dfinity/sdk"
 [build]
diff --git a/recipes/wip/dev/dtool/recipe.toml b/recipes/wip/dev/dtool/recipe.toml
index 720824b2a0ac74e2c818ab0ac5b2216ce779e79c..480a35e688a618b4bacbe31f5a5cd7db28460a85 100644
--- a/recipes/wip/dev/dtool/recipe.toml
+++ b/recipes/wip/dev/dtool/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO update the redox_syscall version on the dependency tree
 [source]
 git = "https://github.com/guoxbin/dtool"
 [build]
diff --git a/recipes/wip/dev/ecargo/recipe.toml b/recipes/wip/dev/ecargo/recipe.toml
index 9c0e0de399b0d78ad9cd92fefa727cd9a50f0419..ca92de77e2f5bc1c74e52ecba0b79bbba9668f5b 100644
--- a/recipes/wip/dev/ecargo/recipe.toml
+++ b/recipes/wip/dev/ecargo/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO glutin crate error
 [source]
 git = "https://github.com/crumblingstatue/ecargo"
 [build]
diff --git a/recipes/wip/dev/espmonitor/recipe.toml b/recipes/wip/dev/espmonitor/recipe.toml
index cc23026d4ec3f09a3600777bec4c62d7c376a129..65874488e8c6d392c99257df3e5f0d48d31b21de 100644
--- a/recipes/wip/dev/espmonitor/recipe.toml
+++ b/recipes/wip/dev/espmonitor/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO termios crate error
 [source]
 git = "https://github.com/esp-rs/espmonitor"
 [build]
diff --git a/recipes/wip/dev/get-blessed/recipe.toml b/recipes/wip/dev/get-blessed/recipe.toml
index d2af7004aeeb49bd66ff39fde1a2f0bf4d53b620..adc81be47ab3b60b5207f9599157cd5925a27bd7 100644
--- a/recipes/wip/dev/get-blessed/recipe.toml
+++ b/recipes/wip/dev/get-blessed/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/josueBarretogit/get_blessed_rs"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]