From d0155212ea6f8ff08392bf1033478203c0126d0a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Sat, 23 Dec 2023 19:12:40 +0000
Subject: [PATCH] update recipes

---
 recipes/wip/tobaru/recipe.toml        | 4 ++--
 recipes/wip/tock/recipe.toml          | 2 +-
 recipes/wip/todolist-rs/recipe.toml   | 5 -----
 recipes/wip/tokio-console/recipe.toml | 5 ++++-
 4 files changed, 7 insertions(+), 9 deletions(-)
 delete mode 100644 recipes/wip/todolist-rs/recipe.toml

diff --git a/recipes/wip/tobaru/recipe.toml b/recipes/wip/tobaru/recipe.toml
index 64ef9b38b..88761712b 100644
--- a/recipes/wip/tobaru/recipe.toml
+++ b/recipes/wip/tobaru/recipe.toml
@@ -1,5 +1,5 @@
-#TODO can't update libc crate version
+#TODO compiled but not tested (after a patch on ring)
 [source]
 git = "https://github.com/cfal/tobaru"
 [build]
-template = "cargo"
\ No newline at end of file
+template = "cargo"
diff --git a/recipes/wip/tock/recipe.toml b/recipes/wip/tock/recipe.toml
index 20dd9c806..97cda9170 100644
--- a/recipes/wip/tock/recipe.toml
+++ b/recipes/wip/tock/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO compiled but not tested
 [source]
 git = "https://github.com/nwtnni/tock"
 [build]
diff --git a/recipes/wip/todolist-rs/recipe.toml b/recipes/wip/todolist-rs/recipe.toml
deleted file mode 100644
index 12e53cbc7..000000000
--- a/recipes/wip/todolist-rs/recipe.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-#TODO Not compiled or tested
-[source]
-git = "https://github.com/ebubekirgungor/todolist-rust"
-[build]
-template = "cargo"
diff --git a/recipes/wip/tokio-console/recipe.toml b/recipes/wip/tokio-console/recipe.toml
index 8ecf5ffda..f4e78fa95 100644
--- a/recipes/wip/tokio-console/recipe.toml
+++ b/recipes/wip/tokio-console/recipe.toml
@@ -2,4 +2,7 @@
 [source]
 git = "https://github.com/tokio-rs/console"
 [build]
-template = "cargo"
+template = "custom"
+script = """
+cookbook_cargo_packages tokio-console
+"""
-- 
GitLab