Add recipes

This commit is contained in:
Ribbon 2025-01-11 09:07:14 +00:00
parent 7bc8c317f2
commit bfefd758aa
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/EasyTier/EasyTier"
[build]
template = "custom"
script = """
cookbook_cargo_packages easytier
"""

View File

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