mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-17 22:07:47 +00:00

I was going through the output of `cargo tree --duplicate -p uv`, not much success except these small cleanups.
9 lines
269 B
TOML
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 }
|