diff --git a/recipes/wip/dev/cargo-auto/recipe.toml b/recipes/wip/dev/cargo-auto/recipe.toml
index 58d4379db871f68d59810971580a289e0aa18f94..e2ca13dc0bec2d060a6bc854b23b7c9540f701a9 100644
--- a/recipes/wip/dev/cargo-auto/recipe.toml
+++ b/recipes/wip/dev/cargo-auto/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/automation-tasks-rs/cargo-auto"
 [build]
diff --git a/recipes/wip/dev/cargo-binutils/recipe.toml b/recipes/wip/dev/cargo-binutils/recipe.toml
index f84307fc9cbce7bd4f968143c52af98ba1634c30..7cde054af3684d13afaa0be6c2f9b3486d03738e 100644
--- a/recipes/wip/dev/cargo-binutils/recipe.toml
+++ b/recipes/wip/dev/cargo-binutils/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO camino crate error
 [source]
 git = "https://github.com/rust-embedded/cargo-binutils"
 [build]
diff --git a/recipes/wip/dev/cargo-bloat/recipe.toml b/recipes/wip/dev/cargo-bloat/recipe.toml
index 6052b926fbe929d1df8cc0aa0340183ecfc57d48..3b402d03cc739af71912ea3dd26b33d1aded80aa 100644
--- a/recipes/wip/dev/cargo-bloat/recipe.toml
+++ b/recipes/wip/dev/cargo-bloat/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/RazrFalcon/cargo-bloat"
 [build]
diff --git a/recipes/wip/dev/cargo-careful/recipe.toml b/recipes/wip/dev/cargo-careful/recipe.toml
index 6d0bcf070f552e3a70620230acdad8aeb6a30fe2..4c10161cc148e17613977d37176672065d918c35 100644
--- a/recipes/wip/dev/cargo-careful/recipe.toml
+++ b/recipes/wip/dev/cargo-careful/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/RalfJung/cargo-careful"
 [build]
diff --git a/recipes/wip/dev/cargo-check-deadlock/recipe.toml b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
index 001253e0c590546086c809de01549fc7dcff532e..1bbf81ce3437aa9265d0e046a4b07fcd412cc65e 100644
--- a/recipes/wip/dev/cargo-check-deadlock/recipe.toml
+++ b/recipes/wip/dev/cargo-check-deadlock/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO require the components rust-src rustc-dev llvm-tools-preview to be installed
 [source]
 git = "https://github.com/hlisdero/cargo-check-deadlock"
 [build]
diff --git a/recipes/wip/dev/cargo-checkmate/recipe.toml b/recipes/wip/dev/cargo-checkmate/recipe.toml
index a90449c384d365c4717c622b2977354970488dba..445481f33be69cada192c97668d447e3de99ae6f 100644
--- a/recipes/wip/dev/cargo-checkmate/recipe.toml
+++ b/recipes/wip/dev/cargo-checkmate/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/cargo-checkmate/cargo-checkmate"
 [build]
diff --git a/recipes/wip/dev/cargo-clone/recipe.toml b/recipes/wip/dev/cargo-clone/recipe.toml
index cc70d6c04f6353f5274a1caf8bbb395c24e428fc..2750381e6e889b4930cbddf4efb78ccb3d984f89 100644
--- a/recipes/wip/dev/cargo-clone/recipe.toml
+++ b/recipes/wip/dev/cargo-clone/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/JanLikar/cargo-clone"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo_packages cargo-clone
 """