redox/recipes/wip/net/lychee/recipe.toml
2024-02-17 22:09:10 +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
"""