update recipes

This commit is contained in:
Ribbon 2023-12-22 03:50:34 +00:00
parent 68588a05f5
commit e182062642
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO async-tar crate error
#TODO async-tar and rustix crates error
[source]
git = "https://github.com/magic-wormhole/magic-wormhole.rs"
[build]

View File

@ -3,4 +3,7 @@
git = "https://github.com/angeldollface/mandy"
rev = "a64f20d0386af628af2662ed2a1e72faf9efe355"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages mandy-bin
"""