diff --git a/recipes/wip/dev/boon/recipe.toml b/recipes/wip/dev/boon/recipe.toml
index f4de5eccc383bccc6e96b447a609ab9e192302df..297beb487d949f1eae82485e8a85c4136dfc03cc 100644
--- a/recipes/wip/dev/boon/recipe.toml
+++ b/recipes/wip/dev/boon/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO libc crate error
 [source]
 git = "https://github.com/camchenry/boon"
 [build]
diff --git a/recipes/wip/dev/bugstalker/recipe.toml b/recipes/wip/dev/bugstalker/recipe.toml
index f6ae329fa5516d2bcd4c26961a9932f8cfed24d3..ccbd8a29279a54bcdd698002872dff674fdeb36d 100644
--- a/recipes/wip/dev/bugstalker/recipe.toml
+++ b/recipes/wip/dev/bugstalker/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make the dependency work
 [source]
 git = "https://github.com/godzie44/BugStalker"
 [build]
diff --git a/recipes/wip/dev/cargo-all-features/recipe.toml b/recipes/wip/dev/cargo-all-features/recipe.toml
index 1575b32d2a11f12677dc9ef888e536c9145158c6..e4eba3c79471de6025fed9606c27c7318b3507c7 100644
--- a/recipes/wip/dev/cargo-all-features/recipe.toml
+++ b/recipes/wip/dev/cargo-all-features/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/frewsxcv/cargo-all-features"
 [build]
diff --git a/recipes/wip/dev/cargo-attribution/recipe.toml b/recipes/wip/dev/cargo-attribution/recipe.toml
index 63ca714471e7bcc4e333acb0bc891d84545e12a1..f85099b938bec613850a8bb2cac55edad99e3355 100644
--- a/recipes/wip/dev/cargo-attribution/recipe.toml
+++ b/recipes/wip/dev/cargo-attribution/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/ameknite/cargo-attribution"
 [build]
diff --git a/recipes/wip/dev/cargo-auto/recipe.toml b/recipes/wip/dev/cargo-auto/recipe.toml
index 710ea3b7f5259de827f7e8868411ed48ebdd7a68..58d4379db871f68d59810971580a289e0aa18f94 100644
--- a/recipes/wip/dev/cargo-auto/recipe.toml
+++ b/recipes/wip/dev/cargo-auto/recipe.toml
@@ -3,3 +3,6 @@
 git = "https://github.com/automation-tasks-rs/cargo-auto"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]