redox/recipes/wip/dev/python/uv/recipe.toml
2024-06-25 22:24:39 +00:00

12 lines
178 B
TOML

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