grapevine/xtask/Cargo.toml
Benjamin Lee e4e224f5dc
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.
2024-09-24 11:25:52 -07:00

18 lines
328 B
TOML

[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
license.workspace = true
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]
workspace = true