mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 14:30:14 -05:00
We want to build `uv-build` without depending on the network crates. In preparation for that, we split uv-git into uv-git and uv-git-types, where only uv-git depends on reqwest, so that uv-build can use uv-git-types.