Add recipes

This commit is contained in:
Ribbon 2024-05-11 05:40:40 +00:00
parent b9116617c1
commit b5dd8a4ebf
6 changed files with 33 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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