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