a61464e802
## Summary This is going to get a little more complex as we support Windows, so carving it out.
14 lines
311 B
TOML
14 lines
311 B
TOML
[package]
|
|
name = "uv-normalize"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
description = "Normalization for distribution, package and extra names."
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
rkyv = { workspace = true }
|
|
schemars = { workspace = true, optional = true }
|
|
serde = { workspace = true, features = ["derive"] }
|