mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
9 lines
174 B
TOML
9 lines
174 B
TOML
#TODO require rustc 1.87 or newer
|
|
[source]
|
|
git = "https://github.com/theseus-rs/ristretto"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages ristretto_cli
|
|
"""
|