mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
12 lines
232 B
TOML
12 lines
232 B
TOML
#TODO camino crate error, require the WebAssembly target on Rustup.
|
|
[source]
|
|
git = "https://github.com/MoonZoon/MoonZoon"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openssl1",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages mzoon
|
|
"""
|