mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
9 lines
215 B
TOML
9 lines
215 B
TOML
#TODO compilation error (after a patch on the ring crate)
|
|
[source]
|
|
tar = "https://github.com/ffizer/ffizer/archive/refs/tags/2.10.3.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --features cli
|
|
"""
|