diff --git a/recipes/wip/tobaru/recipe.toml b/recipes/wip/tobaru/recipe.toml index 64ef9b38bf319c12ef380322f60ed7f58d493a79..88761712bbb9420f44f8c0b89168cecab4662a31 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 20dd9c80684e773a9b4750d403d16bb770457d80..97cda917076b7d9bba194c2fdb440c16dca367e0 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 12e53cbc7b888cd827b319406f85dde047dbb1cb..0000000000000000000000000000000000000000 --- 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 8ecf5ffda09289009c8616a7cc7929db4ae78302..f4e78fa9563d49c56b84426c5f940e565823969a 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 +"""