mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
11 lines
211 B
TOML
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
|
|
"""
|