uv/crates/uv-cache
Zanie Blue c6a43e92f9
Add UV_NO_CACHE environment variable (#1383)
It's a little picky about the value, but that seems okay.

```
❯ ./target/debug/uv pip install trio
Audited 1 package in 4ms
❯ UV_NO_CACHE=true ./target/debug/uv pip install trio
Audited 1 package in 50ms
```

Closes #1382
2024-02-15 23:34:42 +00:00
..
src Add UV_NO_CACHE environment variable (#1383) 2024-02-15 23:34:42 +00:00
Cargo.toml Rename to uv (#1302) 2024-02-15 11:19:46 -06:00