18 lines
336 B
TOML
18 lines
336 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cargo_metadata.workspace = true
|
|
cargo_toml.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
schemars.workspace = true
|
|
serde_json.workspace = true
|