diff --git a/recipes/wip/crypto/steg86/recipe.toml b/recipes/wip/crypto/steg86/recipe.toml index 234464618..607cbeb4c 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 1dfa7b076..954aadc8b 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 ec0778f28..98552982c 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 b389b7a68..a3fac8bc9 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 """