diff --git a/recipes/wip/dev/rust-to-npm/recipe.toml b/recipes/wip/dev/rust-to-npm/recipe.toml index db4a7b20b4ed46cc887f95594c537007df101787..c9ac5635f37f992c0c1510c277bbbcaca49cf469 100644 --- a/recipes/wip/dev/rust-to-npm/recipe.toml +++ b/recipes/wip/dev/rust-to-npm/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested (after cargo update) [source] git = "https://github.com/a11ywatch/rust-to-npm" [build] diff --git a/recipes/wip/dev/sccache/recipe.toml b/recipes/wip/dev/sccache/recipe.toml index de3e0bc3359ac973cdc6a328d9b951229e12833e..85e478138659e08075355c5d583a960ee89ac251 100644 --- a/recipes/wip/dev/sccache/recipe.toml +++ b/recipes/wip/dev/sccache/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/mozilla/sccache" [build] template = "cargo" +dependencies = [ + "openssl1", +]