Add recipes

This commit is contained in:
Ribbon 2024-05-15 19:08:14 +00:00
parent fbbecfe1b6
commit ebb7692080
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/JanLikar/cargo-clone"
[build]
template = "custom"
script = """
cookbook_cargo_packages cargo-clone
"""

View File

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