uv/crates/uv-resolver
Charlie Marsh 48ba7df98a
Move `FlatIndex` into the `uv-resolver` crate (#2972)
## Summary

This lets us remove circular dependencies (in the future, e.g., #2945)
that arise from `FlatIndex` needing a bunch of resolver-specific
abstractions (like incompatibilities, required hashes, etc.) that aren't
necessary to _fetch_ the flat index entries.
2024-04-10 14:38:42 -04:00
..
src Move `FlatIndex` into the `uv-resolver` crate (#2972) 2024-04-10 14:38:42 -04:00
tests Move `FlatIndex` into the `uv-resolver` crate (#2972) 2024-04-10 14:38:42 -04:00
Cargo.toml Surface invalid metadata as hints in error reports (#2850) 2024-04-09 23:12:10 -04:00