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 +"""