redox/recipes/wip/dev/other/wrkflw/recipe.toml

12 lines
203 B
TOML

#TODO can't find the openssl dependency
[source]
git = "https://github.com/bahdotsh/wrkflw"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages wrkflw
"""