add ffizer dependency

This commit is contained in:
Ribbon 2023-12-21 00:31:31 +00:00
parent 89f9f3b49f
commit 35c98606a7

View File

@ -3,6 +3,9 @@
git = "https://github.com/ffizer/ffizer"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo --features cli
"""