mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-27 02:17:08 +00:00
Move OnceMap into its own crate (#946)
## Summary This is extremely generic (like `WaitMap`), and I want to use it in the cache.
This commit is contained in:
parent
5051b2c004
commit
b8fbd529a1
10 changed files with 39 additions and 11 deletions
|
|
@ -2,8 +2,8 @@ use dashmap::DashMap;
|
|||
use url::Url;
|
||||
|
||||
use distribution_types::PackageId;
|
||||
use once_map::OnceMap;
|
||||
use puffin_normalize::PackageName;
|
||||
use puffin_traits::OnceMap;
|
||||
use pypi_types::Metadata21;
|
||||
|
||||
use crate::version_map::VersionMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue