Files
uv/crates/puffin-normalize/Cargo.toml
T
Charlie Marsh 24e30e6557 Split puffin-package into requirements.txt parser and pypi-types (#341)
There are only two things left in this crate and they don't really have
anything to do with one another.
2023-11-06 18:19:49 +00:00

11 lines
273 B
TOML

[package]
name = "puffin-normalize"
version = "0.0.1"
edition = "2021"
description = "Normalization for distribution, package and extra anmes"
[dependencies]
once_cell = { workspace = true }
regex = { workspace = true }
serde = { workspace = true, features = ["derive"] }