Fix cargo-auditable

This commit is contained in:
Ribbon 2023-12-16 23:17:57 +00:00
parent 0d8b3816eb
commit 959dc2d498

View File

@ -2,4 +2,7 @@
[source]
git = "https://github.com/rust-secure-code/cargo-auditable"
[build]
template = "cargo"
template = "custom"
script = """
cookbook_cargo_packages cargo-auditable
"""