mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
10 lines
232 B
TOML
10 lines
232 B
TOML
#TODO compilation error (after a patch on the ring crate)
|
|
[source]
|
|
git = "https://github.com/ffizer/ffizer"
|
|
rev = "050eedc1a609575b4fe21649f8995aa803b6c9bb"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo --features cli
|
|
"""
|