redox/recipes/wip/dev/rust-tools/rustup/recipe.toml
2025-11-17 12:15:53 -03:00

14 lines
206 B
TOML

#TODO serde crate error
[source]
git = "https://github.com/rust-lang/rustup"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""