add recipes

This commit is contained in:
Ribbon 2024-03-30 22:00:11 +00:00
parent 7f984cb41e
commit 3bfe48e377
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/godzie44/BugStalker"
[build]
template = "cargo"
dependencies = [
"libunwind",
]

View File

@ -0,0 +1,8 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/fossable/goldboot"
[build]
template = "custom"
script = """
cookbook_cargo_packages goldboot
"""