Add uv- prefix to all internal crates (#7853)

## Summary

Brings more consistency to the repo and ensures that all crates
automatically show up in `--verbose` logging.
This commit is contained in:
Charlie Marsh
2024-10-01 20:15:32 -04:00
committed by GitHub
parent 7b55e97909
commit 14507a1793
319 changed files with 1327 additions and 1317 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use std::path::{Path, PathBuf};
use pypi_types::Scheme;
use uv_pypi_types::Scheme;
/// A `--prefix` directory into which packages can be installed, separate from a virtual environment
/// or system Python interpreter.