uv/crates/uv-normalize/Cargo.toml
konsti 48bd02b8a8
Update miette v7, pubgrub and small Cargo.toml cleanup (#2610)
I was going through the output of `cargo tree --duplicate -p uv`, not
much success except these small cleanups.
2024-03-22 10:42:48 +00:00

9 lines
269 B
TOML

[package]
name = "uv-normalize"
version = "0.0.1"
edition = "2021"
description = "Normalization for distribution, package and extra anmes"
[dependencies]
serde = { workspace = true, features = ["derive"], optional = true }
rkyv = { workspace = true, optional = true }