mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
10 lines
206 B
TOML
10 lines
206 B
TOML
#TODO require rustc 1.70 or newer
|
|
[source]
|
|
git = "https://github.com/typst/typst"
|
|
rev = "70ca0d257bb4ba927f63260e20443f244e0bb58c"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages typst
|
|
"""
|