14507a1793
## Summary Brings more consistency to the repo and ensures that all crates automatically show up in `--verbose` logging.
27 lines
620 B
TOML
27 lines
620 B
TOML
[package]
|
|
name = "uv-metadata"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
uv-distribution-filename = { workspace = true }
|
|
uv-normalize = { workspace = true }
|
|
uv-pypi-types = { workspace = true }
|
|
|
|
async_zip = { workspace = true }
|
|
fs-err = { workspace = true }
|
|
futures = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tokio-util = { workspace = true }
|
|
zip = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|