redox/recipes/wip/net/remote/ethersync/recipe.toml
2024-09-17 07:25:47 +00:00

10 lines
189 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/ethersync/ethersync"
[build]
template = "custom"
script = """
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/daemon"
cookbook_cargo
"""