mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
24 lines
515 B
TOML
24 lines
515 B
TOML
[package]
|
|
name = "uv-logging"
|
|
version = "0.0.42"
|
|
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
|
|
test = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
jiff = { workspace = true }
|
|
owo-colors = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
tracing = { workspace = true }
|