mamba-org / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
226 stars 42 forks source link

feat: serialize packages from lock file individually #728

Closed baszalmstra closed 1 month ago

baszalmstra commented 1 month ago

This PR adds a Serialize implementation for Package, CondaPackage and PypiPackage. This makes it trivial to serialize part of the lock-file which is useful for pixi update --json.