redox/recipes/wip/dev/blockchain/surfpool/recipe.toml
2026-02-01 03:16:26 -03:00

14 lines
230 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/txtx/surfpool"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages surfpool-cli
"""