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
@@ -4,8 +4,8 @@ use std::{
};
use fs_err as fs;
use pypi_types::Scheme;
use thiserror::Error;
use uv_pypi_types::Scheme;
/// The layout of a virtual environment.
#[derive(Debug)]