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:
Charlie Marsh 2023-10-09 23:29:09 -04:00 committed by GitHub
parent 2d4a8c361b
commit a0294a510c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 900 additions and 485 deletions

View file

@ -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 }