diff --git a/recipes/wip/cargo-run-bin/recipe.toml b/recipes/wip/cargo-run-bin/recipe.toml
index 7625128af3d1fb47d0db8c66c329166970ab9321..4101bffc3bef83cddb8a44b487089983284ef8ca 100644
--- a/recipes/wip/cargo-run-bin/recipe.toml
+++ b/recipes/wip/cargo-run-bin/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compilation error
 [source]
 git = "https://github.com/dustinblackman/cargo-run-bin"
 [build]
diff --git a/recipes/wip/cargo-sweep/recipe.toml b/recipes/wip/cargo-sweep/recipe.toml
index c6ef12346329f3e78258a204e6f0815944bb2f7b..1fd87697d1e06aa14d93d3f91a8f9290fbc0a095 100644
--- a/recipes/wip/cargo-sweep/recipe.toml
+++ b/recipes/wip/cargo-sweep/recipe.toml
@@ -1,4 +1,4 @@
-#TODO needs to update the redox_syscall version
+#TODO compiled but not tested
 [source]
 git = "https://github.com/holmgr/cargo-sweep"
 [build]
diff --git a/recipes/wip/cargo-tarpaulin/recipe.toml b/recipes/wip/cargo-tarpaulin/recipe.toml
index 94e775c61cbb3aacd1031a6ccf6556a5a0d928f0..252655ac60b475cfb25a307eeb3f3662c771cbbc 100644
--- a/recipes/wip/cargo-tarpaulin/recipe.toml
+++ b/recipes/wip/cargo-tarpaulin/recipe.toml
@@ -4,3 +4,6 @@ git = "https://github.com/xd009642/tarpaulin"
 rev = "669e0b4d0e1f880f118ea481b43e309bd6c9154c"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]