Add recipes

This commit is contained in:
Ribbon 2025-09-26 06:18:57 -03:00
parent f379d330b9
commit c1a4fd7708
4 changed files with 23 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/BillyDM/firewheel"
[build]
template = "custom"
script = """
cookbook_cargo_examples beep_test play_sample
"""

View File

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

View File

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