diff --git a/recipes/wip/mandy/recipe.toml b/recipes/wip/mandy/recipe.toml index ff7a17335..aaa9a7e2d 100644 --- a/recipes/wip/mandy/recipe.toml +++ b/recipes/wip/mandy/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO libssh2-sys crate error [source] git = "https://github.com/angeldollface/mandy" rev = "a64f20d0386af628af2662ed2a1e72faf9efe355" diff --git a/recipes/wip/mask/recipe.toml b/recipes/wip/mask/recipe.toml index 31f440fd7..533500ac9 100644 --- a/recipes/wip/mask/recipe.toml +++ b/recipes/wip/mask/recipe.toml @@ -3,4 +3,7 @@ git = "https://github.com/jacobdeichert/mask" rev = "a082ee0e5c0a87ccd2447d569fe3a055222864c3" [build] -template = "cargo" +template = "custom" +script = """ +cookbook_cargo_packages mask +"""