redox/recipes/wip/dev/blockchain/foundry/recipe.toml
2026-02-01 15:15:25 -03:00

11 lines
211 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/foundry-rs/foundry"
shallow_clone = true
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo_packages anvil cast chisel forge
"""