14507a1793
## Summary Brings more consistency to the repo and ensures that all crates automatically show up in `--verbose` logging.
16 lines
279 B
TOML
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 }
|