mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
10 lines
318 B
TOML
10 lines
318 B
TOML
[package]
|
|
name = "uv-normalize"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Normalization for distribution, package and extra anmes"
|
|
|
|
[dependencies]
|
|
rkyv = { workspace = true, optional = true }
|
|
schemars = { workspace = true, optional = true }
|
|
serde = { workspace = true, features = ["derive"], optional = true }
|