From 8ef94e2cc8ac2af301e20260d5cecbc4d1175d17 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 10 Jun 2024 19:59:26 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/tools/dispatch/recipe.toml | 2 +-
 recipes/wip/tools/epub2txt/recipe.toml | 2 +-
 recipes/wip/tools/navi/recipe.toml     | 2 +-
 recipes/wip/tools/notnow/recipe.toml   | 2 +-
 recipes/wip/tools/rusty/recipe.toml    | 5 ++++-
 recipes/wip/tools/rusync/recipe.toml   | 2 +-
 recipes/wip/tools/unzrip/recipe.toml   | 5 ++++-
 7 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/recipes/wip/tools/dispatch/recipe.toml b/recipes/wip/tools/dispatch/recipe.toml
index b064e5f50..ac547168f 100644
--- a/recipes/wip/tools/dispatch/recipe.toml
+++ b/recipes/wip/tools/dispatch/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested (after cargo update)
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/brianyu28/dispatch"
 [build]
diff --git a/recipes/wip/tools/epub2txt/recipe.toml b/recipes/wip/tools/epub2txt/recipe.toml
index cbe24729f..ca3a78ade 100644
--- a/recipes/wip/tools/epub2txt/recipe.toml
+++ b/recipes/wip/tools/epub2txt/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/quininer/epub2txt"
 [build]
diff --git a/recipes/wip/tools/navi/recipe.toml b/recipes/wip/tools/navi/recipe.toml
index 5a025fd61..15f021f93 100644
--- a/recipes/wip/tools/navi/recipe.toml
+++ b/recipes/wip/tools/navi/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO fs_at and libc crate errors (after cargo update)
 [source]
 git = "https://github.com/denisidoro/navi"
 [build]
diff --git a/recipes/wip/tools/notnow/recipe.toml b/recipes/wip/tools/notnow/recipe.toml
index fe2e9ddce..9d7e5b2ce 100644
--- a/recipes/wip/tools/notnow/recipe.toml
+++ b/recipes/wip/tools/notnow/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/d-e-s-o/notnow"
 [build]
diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml
index bedc4ba3f..3140ba40a 100644
--- a/recipes/wip/tools/rusty/recipe.toml
+++ b/recipes/wip/tools/rusty/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO Not compiled or tested (after cargo update)
 [source]
 git = "https://github.com/zahidkhawaja/rusty"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
diff --git a/recipes/wip/tools/rusync/recipe.toml b/recipes/wip/tools/rusync/recipe.toml
index 21258e5b2..605353d41 100644
--- a/recipes/wip/tools/rusync/recipe.toml
+++ b/recipes/wip/tools/rusync/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/your-tools/rusync"
 [build]
diff --git a/recipes/wip/tools/unzrip/recipe.toml b/recipes/wip/tools/unzrip/recipe.toml
index c90407d8a..e31e1140d 100644
--- a/recipes/wip/tools/unzrip/recipe.toml
+++ b/recipes/wip/tools/unzrip/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO make zstd work (after cargo update)
 [source]
 git = "https://github.com/quininer/unzrip"
 [build]
 template = "cargo"
+dependencies = [
+    "zstd",
+]
-- 
GitLab