mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00

The goal of this is to reduce dependabot updates to generally only Cargo.lock updates - Use "0.x" or "x" as the version generally. - Specify versions only in the workspace manifest - Bump versions to latest semver compatible (and update rstest / lru / criterion deps)
14 lines
319 B
TOML
14 lines
319 B
TOML
[package]
|
|
name = "xtask"
|
|
edition.workspace = true
|
|
publish = false
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
clap-verbosity-flag = { version = "3", default-features = false, features = ["tracing"] }
|
|
color-eyre.workspace = true
|
|
duct = "1"
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|