diff --git a/recipes/wip/rex/recipe.toml b/recipes/wip/rex/recipe.toml index 75b5b07b..c71e7dbf 100644 --- a/recipes/wip/rex/recipe.toml +++ b/recipes/wip/rex/recipe.toml @@ -3,3 +3,6 @@ git = "https://github.com/TheRustyPickle/Rex" [build] template = "cargo" +dependencies = [ + "openssl1", +]