redox/recipes/wip/web/spider/recipe.toml
2024-12-08 19:21:40 +00:00

12 lines
197 B
TOML

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