diff --git a/recipes/wip/crypto/steg86/recipe.toml b/recipes/wip/crypto/steg86/recipe.toml index 2344646186c441f1c5d7a80c10b22455ef4a9c03..607cbeb4c14f53d46d680d552a98149c9e86ee04 100644 --- a/recipes/wip/crypto/steg86/recipe.toml +++ b/recipes/wip/crypto/steg86/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/woodruffw/steg86" [build] diff --git a/recipes/wip/data-integrity/fim/recipe.toml b/recipes/wip/data-integrity/fim/recipe.toml index 1dfa7b0760c64e3cc15850c349ed52a161e93c8f..954aadc8b9eed1198a3e2e0248b4cfa6e904be65 100644 --- a/recipes/wip/data-integrity/fim/recipe.toml +++ b/recipes/wip/data-integrity/fim/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO compiled but not tested [source] git = "https://github.com/Achiefs/fim" [build] diff --git a/recipes/wip/data-integrity/hashgood/recipe.toml b/recipes/wip/data-integrity/hashgood/recipe.toml index ec0778f284ed7fb096fb722faaa08f24ff8e5855..98552982c0f9c6ea2229950d57dc24abe82f9a0b 100644 --- a/recipes/wip/data-integrity/hashgood/recipe.toml +++ b/recipes/wip/data-integrity/hashgood/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled but not tested (after cargo update) +#TODO compiled but not tested [source] git = "https://github.com/thombles/hashgood" [build] diff --git a/recipes/wip/db/skytable/recipe.toml b/recipes/wip/db/skytable/recipe.toml index b389b7a68eb698df9c8a3c018bcd9551187e43b2..a3fac8bc9acd5c9b79baa9cbe89c6c3ebe25b77d 100644 --- a/recipes/wip/db/skytable/recipe.toml +++ b/recipes/wip/db/skytable/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/skytable/skytable" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages skysh skyd """