mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
add376fd92
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Zanie Blue <contact@zanie.dev>
20 lines
405 B
TOML
20 lines
405 B
TOML
[package]
|
|
name = "uv-options-metadata"
|
|
version = "0.0.43"
|
|
description = "This is an internal component crate of uv"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|