uv/crates/distribution-types
Charlie Marsh 657eebd50b
Remove SourceDistFilename from RegistrySourceDist (#3650)
## Summary

Uncertain about this, but we don't actually need the full
`SourceDistFilename`, only the name and version -- and we often have
that information already (as in the lockfile routines). So by flattening
the fields onto `RegistrySourceDist`, we can avoid re-parsing for
information we already have.
2024-05-20 09:25:23 -04:00
..
src Remove SourceDistFilename from RegistrySourceDist (#3650) 2024-05-20 09:25:23 -04:00
Cargo.toml Add basic tool.uv.sources support (#3263) 2024-05-03 21:10:50 +00:00