Files
uv/crates/uv-metadata/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

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