Files
uv/crates/uv-pubgrub/Cargo.toml
T
Charlie Marsh 14507a1793 Add uv- prefix to all internal crates (#7853)
## Summary

Brings more consistency to the repo and ensures that all crates
automatically show up in `--verbose` logging.
2024-10-01 20:15:32 -04:00

16 lines
279 B
TOML

[package]
name = "uv-pubgrub"
version = "0.0.1"
edition = "2021"
description = "Common uv pubgrub types."
[lints]
workspace = true
[dependencies]
uv-pep440 = { workspace = true }
itertools = { workspace = true }
thiserror = { workspace = true }
pubgrub = { workspace = true }