uv/crates/uv-cli/src
Nozomi R ac2dcd658e
Support `UV_PROJECT` environment to set project directory. (#12327)
## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
Support the `UV_PROJECT` environment variable to set the project
directory.
#11946 

## Test Plan

<!-- How was it tested? -->
`cargo nextest run` passed except the cache_prune.
```
export UV_PROJECT=/path/to/project
uv sync
```
works.

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2025-03-30 15:12:02 -04:00
..
comma.rs Remove trailing commas before brackets (#10740) 2025-01-18 19:56:46 +00:00
compat.rs Add support for `pip list --outdated` (#8872) 2024-11-07 02:32:30 +00:00
lib.rs Support `UV_PROJECT` environment to set project directory. (#12327) 2025-03-30 15:12:02 -04:00
options.rs Upgrade Rust toolchain to 1.85 (#11720) 2025-02-23 16:52:34 +01:00
version.rs Remove separate test files in favor of same-file `mod tests` (#9199) 2024-11-18 20:11:46 +00:00