Update recipes

This commit is contained in:
Ribbon 2024-11-22 13:53:05 +00:00
parent a59c4d16c9
commit 0e93e135fe
4 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/woodruffw/steg86"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/Achiefs/fim"
[build]

View File

@ -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]

View File

@ -3,6 +3,9 @@
git = "https://github.com/skytable/skytable"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages skysh skyd
"""