diff --git a/recipes/wip/dev/panamax/recipe.toml b/recipes/wip/dev/panamax/recipe.toml index 501c35f4..2b2e4de4 100644 --- a/recipes/wip/dev/panamax/recipe.toml +++ b/recipes/wip/dev/panamax/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/panamax-rs/panamax" [build] diff --git a/recipes/wip/dev/precious/recipe.toml b/recipes/wip/dev/precious/recipe.toml index 8036581d..cf6abee7 100644 --- a/recipes/wip/dev/precious/recipe.toml +++ b/recipes/wip/dev/precious/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/houseabsolute/precious" [build] diff --git a/recipes/wip/dev/projclean/recipe.toml b/recipes/wip/dev/projclean/recipe.toml index ebfe22c4..7c879322 100644 --- a/recipes/wip/dev/projclean/recipe.toml +++ b/recipes/wip/dev/projclean/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested +#TODO fs_at crate error [source] git = "https://github.com/sigoden/projclean" [build] diff --git a/recipes/wip/dev/protofetch/recipe.toml b/recipes/wip/dev/protofetch/recipe.toml index e3c3c110..a66f1396 100644 --- a/recipes/wip/dev/protofetch/recipe.toml +++ b/recipes/wip/dev/protofetch/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/coralogix/protofetch" [build] template = "cargo" +dependencies = [ + "openssl1", +]