mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
135a363678
Signed-off-by: William Woodruff <william@yossarian.net>
17 lines
363 B
TOML
17 lines
363 B
TOML
[package]
|
|
name = "uv-errors"
|
|
version = "0.0.49"
|
|
description = "Common error traits for uv."
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
homepage = { workspace = true }
|
|
repository = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[dependencies]
|
|
owo-colors = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|