From 4c9124abc1834521d3d7ba0e10235345d72b5b0f Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Wed, 12 Jun 2024 10:16:10 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/math/rink/recipe.toml        | 2 +-
 recipes/wip/net/arp-scanner/recipe.toml  | 2 +-
 recipes/wip/net/bitcoin-core/recipe.toml | 2 +-
 recipes/wip/net/bore/recipe.toml         | 2 +-
 recipes/wip/net/dqy/recipe.toml          | 3 +++
 5 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/wip/math/rink/recipe.toml b/recipes/wip/math/rink/recipe.toml
index 45fd79367..208a58ebb 100644
--- a/recipes/wip/math/rink/recipe.toml
+++ b/recipes/wip/math/rink/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO async-io and rustix crates error
 [source]
 git = "https://github.com/tiffany352/rink-rs"
 [build]
diff --git a/recipes/wip/net/arp-scanner/recipe.toml b/recipes/wip/net/arp-scanner/recipe.toml
index 8bc0446d7..d398e95a4 100644
--- a/recipes/wip/net/arp-scanner/recipe.toml
+++ b/recipes/wip/net/arp-scanner/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO pnet_sys crate error
 [source]
 git = "https://github.com/kongbytes/arp-scan-rs"
 [build]
diff --git a/recipes/wip/net/bitcoin-core/recipe.toml b/recipes/wip/net/bitcoin-core/recipe.toml
index b596d03c4..d2e2b3f9d 100644
--- a/recipes/wip/net/bitcoin-core/recipe.toml
+++ b/recipes/wip/net/bitcoin-core/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO make dependencies work
 [source]
 tar = "https://bitcoincore.org/bin/bitcoin-core-27.0/bitcoin-27.0.tar.gz"
 [build]
diff --git a/recipes/wip/net/bore/recipe.toml b/recipes/wip/net/bore/recipe.toml
index 264a4adb5..6e84b5109 100644
--- a/recipes/wip/net/bore/recipe.toml
+++ b/recipes/wip/net/bore/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/ekzhang/bore"
 [build]
diff --git a/recipes/wip/net/dqy/recipe.toml b/recipes/wip/net/dqy/recipe.toml
index aa30ae25c..05dc92de1 100644
--- a/recipes/wip/net/dqy/recipe.toml
+++ b/recipes/wip/net/dqy/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/dandyvica/dqy"
 [build]
 template = "custom"
+dependencies = [
+    "lua54",
+]
 script = """
 cookbook_cargo_packages dqy
 """
-- 
GitLab