continuwuity/xtask/main/Cargo.toml
Ginger 71a26e433f
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m28s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m15s
Update flake hashes / update-flake-hashes (pull_request) Successful in 48s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 29m53s
fix: Update package and crate metadata
2026-01-08 00:21:28 +00:00

19 lines
398 B
TOML

[package]
name = "xtask"
authors.workspace = true
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
clap.workspace = true
# Required for working with JSON output from cargo metadata
serde.workspace = true
serde_json = "1.0"
[lints]
workspace = true