mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 22:10:11 -05:00
## Summary Builds on https://github.com/astral-sh/uv/pull/11724. Closes https://github.com/astral-sh/uv/issues/13476.
15 lines
235 B
TOML
15 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 }
|