uv/crates/uv-static
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
..
src Support `UV_PROJECT` environment to set project directory. (#12327) 2025-03-30 15:12:02 -04:00
Cargo.toml Generate environment variables doc from code (#8493) 2024-11-03 08:31:38 -06:00