uv/crates/uv-workspace
Charlie Marsh f872b56124
Add a lock target abstraction (#10129)
## Summary

This PR introduces a `LockTarget`, which is peer to `InstallTarget` and
enables us to capture the common functionality necessary to support
locking.

For now, to minimize changes, only the `Workspace` target is
implemented. In a future PR, I'll add a `Script` target for both locking
and installing.
2024-12-24 19:26:31 -05:00
..
src Add a lock target abstraction (#10129) 2024-12-24 19:26:31 -05:00
Cargo.toml Enable --all-packages --frozen in uv sync and uv export (#8760) 2024-11-02 02:48:55 +00:00