Files
uv/crates/uv-normalize/Cargo.toml
T
Charlie Marsh c996e8e3f3 Enable workspace lint configuration in remaining crates (#4329)
## Summary

We didn't have Clippy enabled (to match our workspace settings) in a few
crates.
2024-06-18 03:02:28 +00:00

14 lines
310 B
TOML

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