update recipes

This commit is contained in:
Ribbon 2023-12-23 19:12:40 +00:00
parent 1a27d16964
commit d0155212ea
4 changed files with 7 additions and 9 deletions

View File

@ -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"
template = "cargo"

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/nwtnni/tock"
[build]

View File

@ -1,5 +0,0 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/ebubekirgungor/todolist-rust"
[build]
template = "cargo"

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/tokio-rs/console"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages tokio-console
"""