redox/recipes/wip/dev/uv/recipe.toml
2024-02-26 00:44:45 +00:00

12 lines
182 B
TOML

#TODO pubgrub crate error
[source]
git = "https://github.com/astral-sh/uv"
[build]
template = "custom"
dependencies = [
"openssl1",
]
script = """
cookbook_cargo_packages uv
"""