2025-12-17 22:40:51 +00:00
|
|
|
[package]
|
|
|
|
|
name = "xtask"
|
|
|
|
|
version = "0.1.0"
|
2026-02-06 20:10:51 +00:00
|
|
|
edition.workspace = true
|
2025-12-17 22:40:51 +00:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-02-06 20:10:51 +00:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|