Add recipes

This commit is contained in:
Ribbon 2024-07-08 23:57:34 +00:00
parent 649afc4d17
commit e745391a02
2 changed files with 13 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/jamescoleuk/lk"
[build]
template = "cargo"