redox/recipes/wip/typst/recipe.toml
2023-12-19 02:34:13 +00:00

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
"""