Fix cargo-crev

This commit is contained in:
Ribbon 2023-12-16 23:26:38 +00:00
parent 774c7f4e1b
commit 0eb436f7f7

View File

@ -3,4 +3,10 @@
git = "https://github.com/crev-dev/cargo-crev"
rev = "be532d95731dc067302e7910164120a2e4fdf745"
[build]
template = "cargo"
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages cargo-crev
"""