Cargo.toml

 1[package]
 2name = "xtask"
 3version = "0.1.0"
 4edition = "2021"
 5publish = false
 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 7
 8[dependencies]
 9anyhow = "1.0"
10clap = {version = "4.0", features = ["derive"]}
11theme = {path = "../theme"}
12serde_json.workspace = true
13schemars.workspace = true