Add recipes

This commit is contained in:
Ribbon 2024-06-08 16:13:47 +00:00
parent 190edf16fc
commit ca8a2c433c
2 changed files with 14 additions and 0 deletions

View File

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

View File

@ -0,0 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/rustcoreutils/posixutils-rs"
[build]
template = "custom"
script = """
cookbook_cargo_packages calc datetime dev display file \
fs misc pathnames plib process screen sys text tree users xform
"""