Add recipes

This commit is contained in:
Ribbon 2024-05-09 15:54:24 +00:00
parent 49901b0a2d
commit ffa5dd35ec
4 changed files with 23 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/BurntSushi/ucd-generate"
[build]
template = "cargo"

View File

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