mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 11:54:17 +08:00
12 lines
178 B
TOML
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
|
|
"""
|