mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00

## Summary Builds on https://github.com/astral-sh/uv/pull/11724. Closes https://github.com/astral-sh/uv/issues/13476.
14 lines
235 B
TOML
14 lines
235 B
TOML
[package]
|
|
name = "uv-console"
|
|
version = "0.0.1"
|
|
edition = { workspace = true }
|
|
description = "Utilities for interacting with the terminal"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
console = { workspace = true }
|