mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-17 08:48:43 +08:00
9 lines
189 B
TOML
9 lines
189 B
TOML
#TODO require rustc 1.70 or newer
|
|
[source]
|
|
tar = "https://github.com/typst/typst/archive/refs/tags/v0.7.0.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
cookbook_cargo_packages typst
|
|
"""
|