redox/recipes/wip/typst/recipe.toml
2023-11-30 18:13:53 +00:00

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