mirror of
https://github.com/astral-sh/uv
synced 2026-01-24 06:50:18 -05:00
Backport of changes for the published new versions of pep440_rs and pep508_rs to make it easier to keep them in sync.
10 lines
306 B
TOML
10 lines
306 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, features = ["strict", "validation"], optional = true }
|