mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00

- format toml files using taplo - add toml formatting check to CI - use xtask consistently from bacon - refactor xtask commands to take params instead of multiple commands
17 lines
466 B
TOML
17 lines
466 B
TOML
[package]
|
|
name = "xtask"
|
|
edition = "2021"
|
|
publish = false
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
cargo_metadata = "0.19.1"
|
|
clap = { version = "4.5.23", features = ["derive"] }
|
|
clap-cargo = { version = "0.15.1", features = ["cargo_metadata"] }
|
|
clap-verbosity-flag = { version = "3.0.2", default-features = false, features = ["tracing"] }
|
|
color-eyre = "0.6.3"
|
|
duct = "0.13.7"
|
|
itertools.workspace = true
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18" }
|