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

13 lines
286 B
TOML

#TODO compilation error (after an update on tokio and a patch on ring)
[source]
git = "https://github.com/lycheeverse/lychee"
rev = "75e80190fb39abd52ceabacce1073784c7bbaa5c"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages lychee
"""