redox/recipes/wip/lychee/recipe.toml
2023-12-22 03:37:26 +00:00

12 lines
214 B
TOML

#TODO async-io crate error (after cargo update)
[source]
git = "https://github.com/lycheeverse/lychee"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages lychee
"""