redox/recipes/wip/web/spider/recipe.toml
2026-04-11 07:16:54 +07:00

12 lines
197 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/spider-rs/spider"
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
cookbook_cargo_packages spider_cli
"""