Update the wrkflw recipe and a TODO

This commit is contained in:
Ribbon 2025-06-08 17:37:38 -03:00
parent 424615dc46
commit e95304ec5c
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO the yeslogic-fontconfig-sys crate can't find the fontconfig dependency
[source]
git = "https://github.com/Aloxaf/silicon"
[build]

View File

@ -3,6 +3,9 @@
git = "https://github.com/bahdotsh/wrkflw"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages wrkflw
"""