fend: add openssl1 and compile dynamically

This commit is contained in:
Jeremy Soller 2025-11-03 16:01:06 -07:00
parent d25963a81a
commit 6e5b7ac123
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -1,8 +1,13 @@
#TODO compiled but not tested
[source]
git = "https://github.com/printfn/fend"
[build]
dependencies = [
"openssl1",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages fend
"""