mirror of
https://github.com/astral-sh/uv.git
synced 2026-05-06 08:56:53 -04:00
0ba432459a
Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
20 lines
398 B
TOML
20 lines
398 B
TOML
[package]
|
|
name = "uv-console"
|
|
version = "0.0.20"
|
|
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]
|
|
console = { workspace = true }
|