From e1820626424eb8182110de7025d982fbde3720cf Mon Sep 17 00:00:00 2001 From: Ribbon Date: Fri, 22 Dec 2023 03:50:34 +0000 Subject: [PATCH] update recipes --- recipes/wip/magic-wormhole-rs/recipe.toml | 2 +- recipes/wip/mandy/recipe.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/wip/magic-wormhole-rs/recipe.toml b/recipes/wip/magic-wormhole-rs/recipe.toml index 61ac61bf2..c79ab6288 100644 --- a/recipes/wip/magic-wormhole-rs/recipe.toml +++ b/recipes/wip/magic-wormhole-rs/recipe.toml @@ -1,4 +1,4 @@ -#TODO async-tar crate error +#TODO async-tar and rustix crates error [source] git = "https://github.com/magic-wormhole/magic-wormhole.rs" [build] diff --git a/recipes/wip/mandy/recipe.toml b/recipes/wip/mandy/recipe.toml index 4fa0e400c..dc48793b8 100644 --- a/recipes/wip/mandy/recipe.toml +++ b/recipes/wip/mandy/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/angeldollface/mandy" rev = "a64f20d0386af628af2662ed2a1e72faf9efe355" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages mandy-bin +"""