uv/crates/uv-distribution/src
Ibraheem Ahmed eefc8c6d3c
Add --workspace option to uv add (#4362)
## Summary

Implements `uv add foo --workspace`, which adds `foo` as a workspace
dependency with the corresponding `tool.uv.sources` entry.

Part of https://github.com/astral-sh/uv/issues/3959.
2024-06-18 16:26:07 +00:00
..
index Support locking relative paths (#4205) 2024-06-11 11:58:03 +00:00
metadata Fix relative and absolute path handling in lockfiles (#4266) 2024-06-13 11:51:08 -04:00
source Add BuildOptions for centralized combination of NoBuild and NoBinary (#4284) 2024-06-12 21:33:33 +00:00
archive.rs Store IDs rather than paths in the cache (#2985) 2024-04-10 21:07:51 -04:00
distribution_database.rs Add BuildOptions for centralized combination of NoBuild and NoBinary (#4284) 2024-06-12 21:33:33 +00:00
download.rs Add hash-checking support to install and sync (#2945) 2024-04-10 19:09:03 +00:00
error.rs Use separate path types for directories and files (#4285) 2024-06-12 15:59:21 -04:00
lib.rs Initial implementation of uv add and uv remove (#4193) 2024-06-11 09:21:28 -04:00
locks.rs Remove unnecessary uses of DashMap and Arc (#3413) 2024-05-06 22:30:43 -04:00
pyproject.rs Use separate path types for directories and files (#4285) 2024-06-12 15:59:21 -04:00
pyproject_mut.rs Add --workspace option to uv add (#4362) 2024-06-18 16:26:07 +00:00
reporter.rs Concurrent progress bars (#3252) 2024-05-27 01:21:07 +00:00
workspace.rs Omit project name from workspace errors (#4299) 2024-06-14 01:32:51 +00:00