mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
update recipes
This commit is contained in:
parent
1a27d16964
commit
d0155212ea
@ -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"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#TODO Not compiled or tested
|
||||
#TODO compiled but not tested
|
||||
[source]
|
||||
git = "https://github.com/nwtnni/tock"
|
||||
[build]
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/ebubekirgungor/todolist-rust"
|
||||
[build]
|
||||
template = "cargo"
|
||||
@ -2,4 +2,7 @@
|
||||
[source]
|
||||
git = "https://github.com/tokio-rs/console"
|
||||
[build]
|
||||
template = "cargo"
|
||||
template = "custom"
|
||||
script = """
|
||||
cookbook_cargo_packages tokio-console
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user