Skip to content
Snippets Groups Projects
Commit d0155212 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

update recipes

parent 1a27d169
No related branches found
No related tags found
No related merge requests found
#TODO can't update libc crate version #TODO compiled but not tested (after a patch on ring)
[source] [source]
git = "https://github.com/cfal/tobaru" git = "https://github.com/cfal/tobaru"
[build] [build]
template = "cargo" template = "cargo"
\ No newline at end of file
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
git = "https://github.com/nwtnni/tock" git = "https://github.com/nwtnni/tock"
[build] [build]
......
#TODO Not compiled or tested
[source]
git = "https://github.com/ebubekirgungor/todolist-rust"
[build]
template = "cargo"
...@@ -2,4 +2,7 @@ ...@@ -2,4 +2,7 @@
[source] [source]
git = "https://github.com/tokio-rs/console" git = "https://github.com/tokio-rs/console"
[build] [build]
template = "cargo" template = "custom"
script = """
cookbook_cargo_packages tokio-console
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment