mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
19 lines
384 B
TOML
19 lines
384 B
TOML
[package]
|
|
name = "uv-build"
|
|
version = "0.7.19"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
uv-build-backend = { workspace = true }
|
|
uv-version = { workspace = true }
|
|
|
|
anyhow = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|