mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Rework puffin sync
output to summarize (#81)
This also moves away from using `tracing` for user-facing logging, instead introducing a new `Printer` abstraction. Closes #66.
This commit is contained in:
parent
2d4a8c361b
commit
a0294a510c
28 changed files with 900 additions and 485 deletions
|
@ -10,8 +10,6 @@ authors = { workspace = true }
|
|||
license = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
pep440_rs = { path = "../pep440-rs" }
|
||||
|
||||
glibc_version = { workspace = true }
|
||||
goblin = { workspace = true }
|
||||
platform-info = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue