add live progress display to complement wrapper

Added the `derive` feature to the workspace serde dependency here.
Previously, the dependency was only used in the main package, which
ended up enabling the `derive` feature through transitive serde
dependencies. This is not the case for xtask, so we need to enable it
explicitly.
This commit is contained in:
Benjamin Lee 2024-06-21 00:17:06 -07:00
parent ef6eb27b9b
commit e4e224f5dc
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
5 changed files with 277 additions and 8 deletions

View file

@ -8,6 +8,10 @@ rust-version.workspace = true
[dependencies]
clap.workspace = true
miette.workspace = true
indicatif.workspace = true
serde.workspace = true
serde_json.workspace = true
strum.workspace = true
xshell.workspace = true
[lints]